diff options
Diffstat (limited to 'arch/powerpc/kernel/misc_64.S')
| -rw-r--r-- | arch/powerpc/kernel/misc_64.S | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/misc_64.S b/arch/powerpc/kernel/misc_64.S index a2b18dffa03..e5144906a56 100644 --- a/arch/powerpc/kernel/misc_64.S +++ b/arch/powerpc/kernel/misc_64.S @@ -28,7 +28,6 @@  	.text -#ifdef CONFIG_IRQSTACKS  _GLOBAL(call_do_softirq)  	mflr	r0  	std	r0,16(r1) @@ -52,7 +51,6 @@ _GLOBAL(call_handle_irq)  	ld	r0,16(r1)  	mtlr	r0  	blr -#endif /* CONFIG_IRQSTACKS */  	.section	".toc","aw"  PPC64_CACHES:  |