diff options
author | Michal Simek <monstr@monstr.eu> | 2011-07-12 06:36:29 -0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2011-07-25 03:07:45 -0400 |
commit | 5db34eb92f5699361de355dcd7958fdd2a9fb98a (patch) | |
tree | 9fa9320e1c1d37f8c7da77052af28e9ed78e0e0a /arch/microblaze | |
parent | a0ec99bda8d42001dc37191f1282a401d2f6e4e1 (diff) |
microblaze: trivial: Fix typo fault
descrtiption -> description
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/pvr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/pvr.h b/arch/microblaze/include/asm/pvr.h index a10bec62e857..56a80e45c4e2 100644 --- a/arch/microblaze/include/asm/pvr.h +++ b/arch/microblaze/include/asm/pvr.h | |||
@@ -111,7 +111,7 @@ struct pvr_s { | |||
111 | /* Target family PVR mask */ | 111 | /* Target family PVR mask */ |
112 | #define PVR10_TARGET_FAMILY_MASK 0xFF000000 | 112 | #define PVR10_TARGET_FAMILY_MASK 0xFF000000 |
113 | 113 | ||
114 | /* MMU descrtiption */ | 114 | /* MMU description */ |
115 | #define PVR11_USE_MMU 0xC0000000 | 115 | #define PVR11_USE_MMU 0xC0000000 |
116 | #define PVR11_MMU_ITLB_SIZE 0x38000000 | 116 | #define PVR11_MMU_ITLB_SIZE 0x38000000 |
117 | #define PVR11_MMU_DTLB_SIZE 0x07000000 | 117 | #define PVR11_MMU_DTLB_SIZE 0x07000000 |