Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79983
b: refs/heads/master
c: 332540d
h: refs/heads/master
i:
  79981: f4162d5
  79979: 78b6834
  79975: 88699d7
  79967: e0ecd66
v: v3
  • Loading branch information
Harvey Harrison authored and Ingo Molnar committed Jan 30, 2008
1 parent d05b9c7 commit 00047d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 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: c81c6ca45a69478c7877b729af1942d2b80ef582
refs/heads/master: 332540d5fe7f3370bb860090e4b906340a2e2afb
4 changes: 2 additions & 2 deletions trunk/arch/um/kernel/ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ EXPORT_SYMBOL(dump_thread);

/* required for SMP */

extern void FASTCALL( __write_lock_failed(rwlock_t *rw));
extern void __write_lock_failed(rwlock_t *rw);
EXPORT_SYMBOL(__write_lock_failed);

extern void FASTCALL( __read_lock_failed(rwlock_t *rw));
extern void __read_lock_failed(rwlock_t *rw);
EXPORT_SYMBOL(__read_lock_failed);

#endif
1 change: 0 additions & 1 deletion trunk/include/asm-um/linkage.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

/* <linux/linkage.h> will pick sane defaults */
#ifdef CONFIG_GPROF
#undef FASTCALL
#undef fastcall
#endif

Expand Down

0 comments on commit 00047d3

Please sign in to comment.