Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98697
b: refs/heads/master
c: 7fc7228
h: refs/heads/master
i:
  98695: d72c1a4
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Jul 4, 2008
1 parent ce3a4c7 commit d7be462
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 292d73551d0aa19526c3417e791c529b49ebadf3
refs/heads/master: 7fc7228c0be9007f0e6a32c8a8ae340ea6246056
3 changes: 3 additions & 0 deletions trunk/arch/mn10300/kernel/mn10300_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@
*/
#include <linux/module.h>
#include <asm/uaccess.h>
#include <asm/pgtable.h>


EXPORT_SYMBOL(empty_zero_page);

EXPORT_SYMBOL(change_bit);
EXPORT_SYMBOL(test_and_change_bit);

Expand Down
1 change: 1 addition & 0 deletions trunk/arch/mn10300/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags)
return do_fork(flags | CLONE_VM | CLONE_UNTRACED, 0, &regs, 0,
NULL, NULL);
}
EXPORT_SYMBOL(kernel_thread);

/*
* free current thread data structures etc..
Expand Down

0 comments on commit d7be462

Please sign in to comment.