aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/quadcore
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-04-15 06:00:01 +0000
committerStefan Reinauer <stepan@openbios.org>2009-04-15 06:00:01 +0000
commit82144571adb315197ded9d6f3ada29a86637117c (patch)
treecd684fb126eebf40ee26386034cbbb9e0fe0bd26 /src/cpu/amd/quadcore
parent57f6c08837380e60153bceab75e042d535746daa (diff)
r4097 broke the tree and it remains unfixed :-(
Repeat: Cosmetic patches shall not break the tree for 20 revisions. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/quadcore')
-rw-r--r--src/cpu/amd/quadcore/quadcore_id.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cpu/amd/quadcore/quadcore_id.c b/src/cpu/amd/quadcore/quadcore_id.c
index 4597f6b70d..c4eab24a80 100644
--- a/src/cpu/amd/quadcore/quadcore_id.c
+++ b/src/cpu/amd/quadcore/quadcore_id.c
@@ -72,8 +72,8 @@ static u32 get_core_num(void)
return (cpuid_ecx(0x80000008) & 0xff);
}
-static struct node_core_id get_node_core_id_x(void) {
-
- return get_node_core_id( read_nb_cfg_54() );
+static struct node_core_id get_node_core_id_x(void)
+{
+ return get_node_core_id(read_nb_cfg_54());
}