Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75066
b: refs/heads/master
c: 213fde7
h: refs/heads/master
v: v3
  • Loading branch information
Jan Beulich authored and Ingo Molnar committed Dec 18, 2007
1 parent 57291a7 commit a97206e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b0122faf4833548072d23f3c3063c23bc289746
refs/heads/master: 213fde71024223abcdd7d9e5349d1ea2679227b5
7 changes: 7 additions & 0 deletions trunk/include/asm-x86/system_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@

#ifdef __KERNEL__

/* entries in ARCH_DLINFO: */
#ifdef CONFIG_IA32_EMULATION
# define AT_VECTOR_SIZE_ARCH 2
#else
# define AT_VECTOR_SIZE_ARCH 1
#endif

#define __SAVE(reg,offset) "movq %%" #reg ",(14-" #offset ")*8(%%rsp)\n\t"
#define __RESTORE(reg,offset) "movq (14-" #offset ")*8(%%rsp),%%" #reg "\n\t"

Expand Down

0 comments on commit a97206e

Please sign in to comment.