Update of /cvsroot/oprofile/oprofile/module
In directory usw-pr-cvs1:/tmp/cvs-serv1324/module
Modified Files:
op_fixmap.c
Log Message:
2.2 remap fix
Index: op_fixmap.c
===================================================================
RCS file: /cvsroot/oprofile/oprofile/module/op_fixmap.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- op_fixmap.c 2002/01/22 20:40:57 1.2
+++ op_fixmap.c 2002/01/29 02:17:25 1.3
@@ -52,7 +52,7 @@
*/
void do_fixmap(void)
{
-#if V_AT_LEAST(2,4,0) && V_BEFORE(2,4,10)
+#if V_BEFORE(2,4,10)
#if defined(CONFIG_X86_LOCAL_APIC)
int find_intel_smp(void);
@@ -75,7 +75,7 @@
/* ---------------- MP table code ------------------ */
-#if V_AT_LEAST(2,4,0) || defined(CONFIG_X86_LOCAL_APIC)
+#if defined(CONFIG_X86_LOCAL_APIC)
static int __init mpf_checksum(unsigned char *mp, int len)
{
|