aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-alpha
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-alpha')
-rw-r--r--include/asm-alpha/elf.h1
-rw-r--r--include/asm-alpha/system.h1
2 files changed, 2 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;
155extern int alpha_l2_cacheshape; 155extern int alpha_l2_cacheshape;
156extern int alpha_l3_cacheshape; 156extern 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); \
diff --git a/include/asm-alpha/system.h b/include/asm-alpha/system.h
index 620c4d86cbf4..fd9dc889f36c 100644
--- a/include/asm-alpha/system.h
+++ b/include/asm-alpha/system.h
@@ -48,6 +48,7 @@
48 48
49#ifndef __ASSEMBLY__ 49#ifndef __ASSEMBLY__
50#include <linux/kernel.h> 50#include <linux/kernel.h>
51#define AT_VECTOR_SIZE_ARCH 4 /* entries in ARCH_DLINFO */
51 52
52/* 53/*
53 * This is the logout header that should be common to all platforms 54 * This is the logout header that should be common to all platforms