diff options
author | Glauber Costa <gcosta@redhat.com> | 2008-03-27 14:06:04 -0300 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-17 17:41:33 +0200 |
commit | 8be9ac850564a409c1238cd5f53776c340aea4dc (patch) | |
tree | 1e72793c0909c3bc4c8df92be3bdd1808e0bec4c /include/asm-x86/smp_32.h | |
parent | ecaa6c9de759259c5ba517e5442e26452d49107e (diff) | |
download | op-kernel-dev-8be9ac850564a409c1238cd5f53776c340aea4dc.zip op-kernel-dev-8be9ac850564a409c1238cd5f53776c340aea4dc.tar.gz |
x86: merge smp_32.h and smp_64.h into smp.h
Merge what's left from smp_32.h and smp_64.h into smp.h
By now, they're basically extern definitions.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/smp_32.h')
-rw-r--r-- | include/asm-x86/smp_32.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-x86/smp_32.h b/include/asm-x86/smp_32.h deleted file mode 100644 index d9ae5ac..0000000 --- a/include/asm-x86/smp_32.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef __ASM_SMP_H -#define __ASM_SMP_H - -#ifndef __ASSEMBLY__ - -extern cpumask_t cpu_callin_map; - -extern void (*mtrr_hook)(void); -extern void zap_low_mappings(void); - -#endif /* !ASSEMBLY */ -#endif |