Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14313
b: refs/heads/master
c: 5470dc6
h: refs/heads/master
i:
  14311: 366b019
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 16, 2005
1 parent af954fe commit e6118e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 45e109d07275e0820745dc465302de0aa5a8703b
refs/heads/master: 5470dc656820fb67c0a2e352f0aaa48b86c19026
4 changes: 2 additions & 2 deletions trunk/include/asm-arm/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ void hook_fault_code(int nr, int (*fn)(unsigned long, unsigned int,
struct pt_regs *),
int sig, const char *name);

#include <asm/proc-fns.h>

#define xchg(ptr,x) \
((__typeof__(*(ptr)))__xchg((unsigned long)(x),(ptr),sizeof(*(ptr))))

#define tas(ptr) (xchg((ptr),1))

extern asmlinkage void __backtrace(void);
extern asmlinkage void c_backtrace(unsigned long fp, int pmode);

struct mm_struct;
extern void show_pte(struct mm_struct *mm, unsigned long addr);
extern void __show_regs(struct pt_regs *);

Expand Down

0 comments on commit e6118e3

Please sign in to comment.