Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
(AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE, AT_L2_CACHESHAPE, AT_L3_CACHES…
…HAPE): New.
  • Loading branch information
Ulrich Drepper committed May 7, 2004
1 parent 165634a commit a9dd9ea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions elf/elf.h
Expand Up @@ -963,6 +963,12 @@ typedef struct
#define AT_SYSINFO 32
#define AT_SYSINFO_EHDR 33

/* Shapes of the caches. Bits 0-3 contains associativity; bits 4-7 contains
log2 of line size; mask those to get cache size. */
#define AT_L1I_CACHESHAPE 34
#define AT_L1D_CACHESHAPE 35
#define AT_L2_CACHESHAPE 36
#define AT_L3_CACHESHAPE 37

/* Note section contents. Each entry in the note section begins with
a header of a fixed form. */
Expand Down

0 comments on commit a9dd9ea

Please sign in to comment.