|
@@ -54,10 +54,6 @@ typedef u32 sysmmu_pte_t;
|
|
#define lv2ent_small(pent) ((*(pent) & 2) == 2)
|
|
#define lv2ent_small(pent) ((*(pent) & 2) == 2)
|
|
#define lv2ent_large(pent) ((*(pent) & 3) == 1)
|
|
#define lv2ent_large(pent) ((*(pent) & 3) == 1)
|
|
|
|
|
|
-#ifdef CONFIG_CPU_BIG_ENDIAN
|
|
|
|
-#warning "revisit driver if we can enable big-endian ptes"
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* v1.x - v3.x SYSMMU supports 32bit physical and 32bit virtual address spaces
|
|
* v1.x - v3.x SYSMMU supports 32bit physical and 32bit virtual address spaces
|
|
* v5.0 introduced support for 36bit physical address space by shifting
|
|
* v5.0 introduced support for 36bit physical address space by shifting
|