diff options
Diffstat (limited to 'arch/mips/boot/compressed/decompress.c')
| -rw-r--r-- | arch/mips/boot/compressed/decompress.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/decompress.c b/arch/mips/boot/compressed/decompress.c index 3d70d15ada28..aae1346a509a 100644 --- a/arch/mips/boot/compressed/decompress.c +++ b/arch/mips/boot/compressed/decompress.c @@ -7,6 +7,8 @@   * Author: Wu Zhangjin <wuzhangjin@gmail.com>   */ +#define DISABLE_BRANCH_PROFILING +  #include <linux/types.h>  #include <linux/kernel.h>  #include <linux/string.h>  | 
