diff options
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 4e6152c13764..8bad7d5f32af 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c | |||
@@ -61,7 +61,7 @@ static int xmon_owner; | |||
61 | static int xmon_gate; | 61 | static int xmon_gate; |
62 | #endif /* CONFIG_SMP */ | 62 | #endif /* CONFIG_SMP */ |
63 | 63 | ||
64 | static unsigned long in_xmon = 0; | 64 | static unsigned long in_xmon __read_mostly = 0; |
65 | 65 | ||
66 | static unsigned long adrs; | 66 | static unsigned long adrs; |
67 | static int size = 1; | 67 | static int size = 1; |