Subject: x86: fixes conflict between -mm and x86.git Ingo - you can apply this to x86.git after the other zero-based changes to fix a build problem. Thanks, Mike Signed-off-by: Mike Travis --- kernel/module.c | 3 --- 1 file changed, 3 deletions(-) --- a/kernel/module.c +++ b/kernel/module.c @@ -341,9 +341,6 @@ static inline unsigned int block_size(in return val; } -/* Created by linker magic */ -extern char __per_cpu_start[], __per_cpu_end[]; - static void *percpu_modalloc(unsigned long size, unsigned long align, const char *name) {