ARC: pae: STRICT_MM_TYPECHECKS was broken
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
@@ -31,7 +31,11 @@ void clear_user_page(void *to, unsigned long u_vaddr, struct page *page);
|
|||||||
* These are used to make use of C type-checking..
|
* These are used to make use of C type-checking..
|
||||||
*/
|
*/
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
#ifdef CONFIG_ARC_HAS_PAE40
|
||||||
|
unsigned long long pte;
|
||||||
|
#else
|
||||||
unsigned long pte;
|
unsigned long pte;
|
||||||
|
#endif
|
||||||
} pte_t;
|
} pte_t;
|
||||||
typedef struct {
|
typedef struct {
|
||||||
unsigned long pgd;
|
unsigned long pgd;
|
||||||
|
|||||||
Reference in New Issue
Block a user