From 24715ded4c07d0700c77d2b5188fda3390f48a03 Mon Sep 17 00:00:00 2001 From: Hideo Saito Date: Tue, 26 Feb 2008 14:28:48 +0900 Subject: [PATCH] --- yaml --- r: 86526 b: refs/heads/master c: 8b1d16540c6ae4e62fcff56bd47794951b3ca87a h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-sh/entry-macros.S | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 06e184d2b5b2..52d44f44e194 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 763a495a022ac26afb2940e768e86725c1c7e8c9 +refs/heads/master: 8b1d16540c6ae4e62fcff56bd47794951b3ca87a diff --git a/trunk/include/asm-sh/entry-macros.S b/trunk/include/asm-sh/entry-macros.S index 500030eae7aa..2dab0b8d9454 100644 --- a/trunk/include/asm-sh/entry-macros.S +++ b/trunk/include/asm-sh/entry-macros.S @@ -12,7 +12,7 @@ not r11, r11 stc sr, r10 and r11, r10 -#ifdef CONFIG_HAS_SR_RB +#ifdef CONFIG_CPU_HAS_SR_RB stc k_g_imask, r11 or r11, r10 #endif @@ -20,7 +20,7 @@ .endm .macro get_current_thread_info, ti, tmp -#ifdef CONFIG_HAS_SR_RB +#ifdef CONFIG_CPU_HAS_SR_RB stc r7_bank, \ti #else mov #((THREAD_SIZE - 1) >> 10) ^ 0xff, \tmp