Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71047
b: refs/heads/master
c: 3f0bde8
h: refs/heads/master
i:
  71045: ee6409b
  71043: 9677215
  71039: 0581a9e
v: v3
  • Loading branch information
Thomas Gleixner authored and Thomas Gleixner committed Oct 17, 2007
1 parent 8c21740 commit d2d4178
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 31 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: 9d256ff51c174d8b157d99db038a1045f37a17c8
refs/heads/master: 3f0bde835364fd503ac836ebb7d6cac7352a1f30
18 changes: 13 additions & 5 deletions trunk/include/asm-x86/unwind.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#ifdef CONFIG_X86_32
# include "unwind_32.h"
#else
# include "unwind_64.h"
#endif
#ifndef _ASM_X86_UNWIND_H
#define _ASM_X86_UNWIND_H

#define UNW_PC(frame) ((void)(frame), 0UL)
#define UNW_SP(frame) ((void)(frame), 0UL)
#define UNW_FP(frame) ((void)(frame), 0UL)

static inline int arch_unw_user_mode(const void *info)
{
return 0;
}

#endif /* _ASM_X86_UNWIND_H */
13 changes: 0 additions & 13 deletions trunk/include/asm-x86/unwind_32.h

This file was deleted.

12 changes: 0 additions & 12 deletions trunk/include/asm-x86/unwind_64.h

This file was deleted.

0 comments on commit d2d4178

Please sign in to comment.