diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-02-01 11:25:57 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-02-05 22:30:14 +0100 |
commit | 4f179d121885142fb907b64956228b369d495958 (patch) | |
tree | a0203880c1237621efcc2a02f6168d1d969c5a3f /arch/x86/include/asm/numaq.h | |
parent | 9d45cf9e36bf9bcf16df6e1cbf049807c8402823 (diff) |
x86, numaq: cleanups
Also move xquad_portio over to where it's allocated.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/numaq.h')
-rw-r--r-- | arch/x86/include/asm/numaq.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/numaq.h b/arch/x86/include/asm/numaq.h index 1e8bd30b4c1..9f0a5f5d29e 100644 --- a/arch/x86/include/asm/numaq.h +++ b/arch/x86/include/asm/numaq.h @@ -31,6 +31,8 @@ extern int found_numaq; extern int get_memcfg_numaq(void); +extern void *xquad_portio; + /* * SYS_CFG_DATA_PRIV_ADDR, struct eachquadmem, and struct sys_cfg_data are the */ |