Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163599
b: refs/heads/master
c: 9fb24cc
h: refs/heads/master
i:
  163597: d3b44db
  163595: cb26bb3
  163591: 5a84852
  163583: cd25b0d
v: v3
  • Loading branch information
Arnd Bergmann committed Jun 27, 2009
1 parent f44a4d1 commit 777df07
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 2 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: e831a9c6186ca1f63fdf2f41628193dd690ab440
refs/heads/master: 9fb24cc50045ec8d13d0a6c3d4d454750b466d61
1 change: 1 addition & 0 deletions trunk/arch/score/include/asm/ucontext.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include <asm-generic/ucontext.h>
1 change: 1 addition & 0 deletions trunk/arch/score/kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

#include <linux/moduleloader.h>
#include <linux/module.h>
#include <linux/vmalloc.h>

Expand Down
3 changes: 3 additions & 0 deletions trunk/arch/score/kernel/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
*/

#include <linux/module.h>
#include <linux/reboot.h>
#include <linux/elfcore.h>
#include <linux/pm.h>

void (*pm_power_off)(void);
EXPORT_SYMBOL(pm_power_off);
Expand Down
4 changes: 3 additions & 1 deletion trunk/arch/score/kernel/signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@
#include <linux/signal.h>
#include <linux/unistd.h>
#include <linux/uaccess.h>
#include <asm-generic/ucontext.h>

#include <asm/syscalls.h>
#include <asm/ucontext.h>

#include <asm/cacheflush.h>

Expand Down
2 changes: 2 additions & 0 deletions trunk/arch/score/kernel/sys_score.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
#include <linux/mman.h>
#include <linux/module.h>
#include <linux/unistd.h>
#include <linux/syscalls.h>
#include <asm/syscalls.h>

unsigned long shm_align_mask = PAGE_SIZE - 1;
EXPORT_SYMBOL(shm_align_mask);
Expand Down

0 comments on commit 777df07

Please sign in to comment.