stack: add hwcap auxval
Fix the AUXV_LEN to account for hwcap and remove the ifdefs Change-Id: I303fc2c5fa4c8cea7ec9823f8580b8a66de2f58f Fujitsu: POSTK_DEBUG_ARCH_DEP_65
This commit is contained in:
@ -381,7 +381,7 @@ struct user
|
||||
unsigned long int u_debugreg [8];
|
||||
};
|
||||
|
||||
#define AUXV_LEN 18
|
||||
#define AUXV_LEN 20
|
||||
|
||||
struct vm_range {
|
||||
struct rb_node vm_rb_node;
|
||||
|
||||
Reference in New Issue
Block a user