Revision c03e05d81d70879273488206bfcb1805ebca9612 authored by Mark Asselstine on 04 June 2008, 19:06:28 UTC, committed by David S. Miller on 04 June 2008, 19:06:28 UTC
Make use of local_irq_save and local_irq_restore rather then the
deprecated save_and_cli and restore_flags calls.

Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent a13366c
Raw File
mmu.h
#ifndef __ASM_AVR32_MMU_H
#define __ASM_AVR32_MMU_H

/* Default "unsigned long" context */
typedef unsigned long mm_context_t;

#define MMU_ITLB_ENTRIES	64
#define MMU_DTLB_ENTRIES	64

#endif /* __ASM_AVR32_MMU_H */
back to top