diff options
| author | Andrew Morton <akpm@digeo.com> | 2002-12-29 19:58:10 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-12-29 19:58:10 -0800 |
| commit | deedc6f8565ab92173610ad67c034c4989ab8565 (patch) | |
| tree | f38514210f850a9df6c14a626a3859dbc5a50caf /include | |
| parent | 2cea9523ee55d8bda0b14287d5761c956868572c (diff) | |
[PATCH] fix numaq builds
NUMAQ does not link - it wants the smp_read_mpc_oem() which I recently disabled.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/mach-numaq/mach_mpparse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/mach-numaq/mach_mpparse.h b/include/asm-i386/mach-numaq/mach_mpparse.h index f15b7b9ae1e8..ddda81a724a8 100644 --- a/include/asm-i386/mach-numaq/mach_mpparse.h +++ b/include/asm-i386/mach-numaq/mach_mpparse.h @@ -1,6 +1,9 @@ #ifndef __ASM_MACH_MPPARSE_H #define __ASM_MACH_MPPARSE_H +static void __init smp_read_mpc_oem(struct mp_config_oemtable *oemtable, + unsigned short oemsize); + static inline void mpc_oem_bus_info(struct mpc_config_bus *m, char *name, struct mpc_config_translation *translation) { |
