Messages in this thread Patch in this message |  | | | Date | Sun, 18 Jul 2004 12:59:31 -0700 (PDT) | | From | Carl Spalletta <> | | Subject | [PATCH] Remove prototypes of nonexistent functions from arch/i386 files |
| |
diff -ru linux-2.6.7-orig/arch/i386/kernel/cpu/mtrr/mtrr.h linux-2.6.7-new/arch/i386/kernel/cpu/mtrr/mtrr.h --- linux-2.6.7-orig/arch/i386/kernel/cpu/mtrr/mtrr.h 2004-06-15 22:19:01.000000000 -0700 +++ linux-2.6.7-new/arch/i386/kernel/cpu/mtrr/mtrr.h 2004-07-18 08:54:52.000000000 -0700 @@ -52,7 +52,6 @@ };
extern int generic_get_free_region(unsigned long base, unsigned long size); -extern void generic_init_secondary(void); extern int generic_validate_add_page(unsigned long base, unsigned long size, unsigned int type);
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |