Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110270
b: refs/heads/master
c: a318631
h: refs/heads/master
v: v3
  • Loading branch information
Vegard Nossum committed Jul 22, 2008
1 parent 5e44b7c commit 3483170
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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: 77ef50a522717fa040636ee1017179ceba12ff62
refs/heads/master: a31863168660c6b6f6c7ffe05bb6a38e97803326
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/compressed/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
#undef CONFIG_PARAVIRT
#ifdef CONFIG_X86_32
#define _ASM_DESC_H_ 1
#define ASM_X86__DESC_H 1
#endif

#ifdef CONFIG_X86_64
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/asm-offsets_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#define __NO_STUBS 1
#undef __SYSCALL
#undef _ASM_X86_64_UNISTD_H_
#undef ASM_X86__UNISTD_64_H
#define __SYSCALL(nr, sym) [nr] = 1,
static char syscalls[] = {
#include <asm/unistd.h>
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/kernel/syscall_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
#define __NO_STUBS

#define __SYSCALL(nr, sym) extern asmlinkage void sym(void) ;
#undef _ASM_X86_64_UNISTD_H_
#undef ASM_X86__UNISTD_64_H
#include <asm/unistd_64.h>

#undef __SYSCALL
#define __SYSCALL(nr, sym) [nr] = sym,
#undef _ASM_X86_64_UNISTD_H_
#undef ASM_X86__UNISTD_64_H

typedef void (*sys_call_ptr_t)(void);

Expand Down
6 changes: 3 additions & 3 deletions trunk/include/asm-x86/desc.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _ASM_DESC_H_
#define _ASM_DESC_H_
#ifndef ASM_X86__DESC_H
#define ASM_X86__DESC_H

#ifndef __ASSEMBLY__
#include <asm/desc_defs.h>
Expand Down Expand Up @@ -397,4 +397,4 @@ static inline void set_system_gate_ist(int n, void *addr, unsigned ist)

#endif /* __ASSEMBLY__ */

#endif
#endif /* ASM_X86__DESC_H */
6 changes: 3 additions & 3 deletions trunk/include/asm-x86/unistd_64.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef _ASM_X86_64_UNISTD_H_
#define _ASM_X86_64_UNISTD_H_
#ifndef ASM_X86__UNISTD_64_H
#define ASM_X86__UNISTD_64_H

#ifndef __SYSCALL
#define __SYSCALL(a, b)
Expand Down Expand Up @@ -676,4 +676,4 @@ __SYSCALL(__NR_timerfd_gettime, sys_timerfd_gettime)
#define cond_syscall(x) asm(".weak\t" #x "\n\t.set\t" #x ",sys_ni_syscall")
#endif /* __KERNEL__ */

#endif /* _ASM_X86_64_UNISTD_H_ */
#endif /* ASM_X86__UNISTD_64_H */

0 comments on commit 3483170

Please sign in to comment.