From 82144571adb315197ded9d6f3ada29a86637117c Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 15 Apr 2009 06:00:01 +0000 Subject: r4097 broke the tree and it remains unfixed :-( Repeat: Cosmetic patches shall not break the tree for 20 revisions. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4116 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/supermicro/h8dme/apc_auto.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/mainboard/supermicro/h8dme') diff --git a/src/mainboard/supermicro/h8dme/apc_auto.c b/src/mainboard/supermicro/h8dme/apc_auto.c index b514715e3f..6e8f301626 100644 --- a/src/mainboard/supermicro/h8dme/apc_auto.c +++ b/src/mainboard/supermicro/h8dme/apc_auto.c @@ -82,6 +82,11 @@ static void post_code(uint8_t value) { #include "northbridge/amd/amdk8/amdk8_f_pci.c" #include "northbridge/amd/amdk8/raminit_f_dqs.c" +static inline unsigned get_nodes(void) +{ + return ((pci_read_config32(PCI_DEV(0, 0x18, 0), 0x60)>>4) & 7) + 1; +} + #include "cpu/amd/dualcore/dualcore.c" void hardwaremain(int ret_addr) -- cgit v1.2.3