Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71673
b: refs/heads/master
c: 957ff88
h: refs/heads/master
i:
  71671: ea49a0d
v: v3
  • Loading branch information
Siddha, Suresh B authored and Thomas Gleixner committed Oct 19, 2007
1 parent 0050e09 commit cce16f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f322727b92957ccd4b0366dbd42908613222033a
refs/heads/master: 957ff882f9db86e017f730e77322ec5193178e5e
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/vsyscall_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
({unsigned long v; \
extern char __vsyscall_0; \
asm("" : "=r" (v) : "0" (x)); \
((v - VSYSCALL_FIRST_PAGE) + __pa_symbol(&__vsyscall_0)); })
((v - VSYSCALL_START) + __pa_symbol(&__vsyscall_0)); })

/*
* vsyscall_gtod_data contains data that is :
Expand Down

0 comments on commit cce16f9

Please sign in to comment.