On Sun, 24 Sep 2006 17:47:41 +0400
"Alexey Dobriyan" <[email protected]> wrote:
> avr32 does unsigned int flags in show_dtlb_entry() and tlb_show()
Thanks. Andrew, please consider merging the patch below together with
the rest of the AVR32 stuff.
---
From: Haavard Skinnemoen <[email protected]>
AVR32: Use unsigned long flags for saving interrupt state
Signed-off-by: Haavard Skinnemoen <[email protected]>
---
arch/avr32/mm/tlb.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: linux-2.6.18-rc7-mm1/arch/avr32/mm/tlb.c
===================================================================
--- linux-2.6.18-rc7-mm1.orig/arch/avr32/mm/tlb.c 2006-09-25 14:04:22.000000000 +0200
+++ linux-2.6.18-rc7-mm1/arch/avr32/mm/tlb.c 2006-09-25 14:09:22.000000000 +0200
@@ -15,7 +15,8 @@
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);
mmucr_save = sysreg_read(MMUCR);
@@ -305,7 +306,8 @@ static void tlb_stop(struct seq_file *tl
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;
if (*index == 0)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]