提交 361f6ed1 编写于 作者: H Haavard Skinnemoen 提交者: Linus Torvalds

[PATCH] AVR32: Use unsigned long flags for saving interrupt state

Signed-off-by: NHaavard Skinnemoen <hskinnemoen@atmel.com>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 d24afc57
...@@ -15,7 +15,8 @@ ...@@ -15,7 +15,8 @@
void show_dtlb_entry(unsigned int index) void show_dtlb_entry(unsigned int index)
{ {
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save, flags; unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save;
unsigned long flags;
local_irq_save(flags); local_irq_save(flags);
mmucr_save = sysreg_read(MMUCR); mmucr_save = sysreg_read(MMUCR);
...@@ -305,7 +306,8 @@ static void tlb_stop(struct seq_file *tlb, void *v) ...@@ -305,7 +306,8 @@ static void tlb_stop(struct seq_file *tlb, void *v)
static int tlb_show(struct seq_file *tlb, void *v) static int tlb_show(struct seq_file *tlb, void *v)
{ {
unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save, flags; unsigned int tlbehi, tlbehi_save, tlbelo, mmucr, mmucr_save;
unsigned long flags;
unsigned long *index = v; unsigned long *index = v;
if (*index == 0) if (*index == 0)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册