Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250407
b: refs/heads/master
c: dcc4d72
h: refs/heads/master
i:
  250405: 891ea64
  250403: c573b82
  250399: 68f4b7e
v: v3
  • Loading branch information
Greg Ungerer committed May 24, 2011
1 parent e7cd258 commit 4120267
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: b33972eb476401637c345b6eb91969b2df7e1ec0
refs/heads/master: dcc4d72fad84adcd98cb0a552f4287c1ed06d5d6
4 changes: 0 additions & 4 deletions trunk/arch/m68k/kernel/m68k_ksyms_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
#include <asm/checksum.h>
#include <asm/current.h>

/* platform dependent support */

EXPORT_SYMBOL(kernel_thread);

/*
* libgcc functions - functions that are used internally by the
* compiler... (prototypes are not correct though, but that
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/m68k/kernel/process_no.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
set_fs(fs);
return retval;
}
EXPORT_SYMBOL(kernel_thread);

void flush_thread(void)
{
Expand Down

0 comments on commit 4120267

Please sign in to comment.