diff options
Diffstat (limited to 'include/asm-alpha/elf.h')
-rw-r--r-- | include/asm-alpha/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-alpha/elf.h b/include/asm-alpha/elf.h index 6c2d78fba264..4b518e3b952c 100644 --- a/include/asm-alpha/elf.h +++ b/include/asm-alpha/elf.h | |||
@@ -155,6 +155,7 @@ extern int alpha_l1d_cacheshape; | |||
155 | extern int alpha_l2_cacheshape; | 155 | extern int alpha_l2_cacheshape; |
156 | extern int alpha_l3_cacheshape; | 156 | extern int alpha_l3_cacheshape; |
157 | 157 | ||
158 | /* update AT_VECTOR_SIZE_ARCH if the number of NEW_AUX_ENT entries changes */ | ||
158 | #define ARCH_DLINFO \ | 159 | #define ARCH_DLINFO \ |
159 | do { \ | 160 | do { \ |
160 | NEW_AUX_ENT(AT_L1I_CACHESHAPE, alpha_l1i_cacheshape); \ | 161 | NEW_AUX_ENT(AT_L1I_CACHESHAPE, alpha_l1i_cacheshape); \ |