diff options
Diffstat (limited to 'arch/powerpc/kernel/misc_32.S')
| -rw-r--r-- | arch/powerpc/kernel/misc_32.S | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/misc_32.S b/arch/powerpc/kernel/misc_32.S index 5c33bc14bd9..2c2ab89f0b6 100644 --- a/arch/powerpc/kernel/misc_32.S +++ b/arch/powerpc/kernel/misc_32.S @@ -29,6 +29,7 @@  #include <asm/asm-offsets.h>  #include <asm/processor.h>  #include <asm/kexec.h> +#include <asm/bug.h>  	.text @@ -496,6 +497,14 @@ _GLOBAL(_tlbil_va)  	blr  #endif /* CONFIG_FSL_BOOKE */ +/* + * Nobody implements this yet + */ +_GLOBAL(_tlbivax_bcast) +1:	trap +	EMIT_BUG_ENTRY 1b,__FILE__,__LINE__,0; +	blr +  /*   * Flush instruction cache.  |