Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc

Pull Sam Ravnborg's sparc32 build fixes from David Miller.

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc:
sparc32: fix fallout from system.h removal

+3
+1
arch/sparc/include/asm/ptrace.h
··· 241 241 #ifndef __ASSEMBLY__ 242 242 243 243 #ifdef __KERNEL__ 244 + #include <asm/switch_to.h> 244 245 245 246 static inline bool pt_regs_is_syscall(struct pt_regs *regs) 246 247 {
+1
arch/sparc/kernel/sun4d_smp.c
··· 14 14 #include <asm/sbi.h> 15 15 #include <asm/mmu.h> 16 16 #include <asm/tlbflush.h> 17 + #include <asm/switch_to.h> 17 18 #include <asm/cacheflush.h> 18 19 19 20 #include "kernel.h"
+1
arch/sparc/kernel/sun4m_smp.c
··· 10 10 #include <linux/cpu.h> 11 11 12 12 #include <asm/cacheflush.h> 13 + #include <asm/switch_to.h> 13 14 #include <asm/tlbflush.h> 14 15 15 16 #include "irq.h"