Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35464
b: refs/heads/master
c: 47dbec7
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Sep 21, 2006
1 parent 9f616f7 commit 0283603
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 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: 029669da25efa18ee4b8911e694fdcf4a11c8cbe
refs/heads/master: 47dbec79d1b9ce9e80bed932f345adc92049f05d
3 changes: 1 addition & 2 deletions trunk/include/asm-m32r/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,9 @@ typedef struct { unsigned long pgprot; } pgprot_t;

#define devmem_is_allowed(x) 1

#endif /* __KERNEL__ */

#include <asm-generic/memory_model.h>
#include <asm-generic/page.h>

#endif /* __KERNEL__ */
#endif /* _ASM_M32R_PAGE_H */

4 changes: 2 additions & 2 deletions trunk/include/asm-m32r/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* Copyright (C) 2001-2002, 2004 Hirokazu Takata <takata at linux-m32r.org>
*/

#include <asm/m32r.h> /* M32R_PSW_BSM, M32R_PSW_BPM */

/* 0 - 13 are integer registers (general purpose registers). */
#define PT_R4 0
#define PT_R5 1
Expand Down Expand Up @@ -140,6 +138,8 @@ struct pt_regs {

#ifdef __KERNEL__

#include <asm/m32r.h> /* M32R_PSW_BSM, M32R_PSW_BPM */

#define __ARCH_SYS_PTRACE 1

#if defined(CONFIG_ISA_M32R2) || defined(CONFIG_CHIP_VDEC2)
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-m32r/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
/* orig : i386 2.4.18 */

#include <linux/types.h>
#include <linux/linkage.h>
#include <linux/time.h>
#include <linux/compiler.h>

Expand Down
4 changes: 2 additions & 2 deletions trunk/include/asm-m32r/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

/* $Id$ */

#include <asm/syscall.h> /* SYSCALL_* */

/*
* This file contains the system call numbers.
*/
Expand Down Expand Up @@ -303,6 +301,8 @@
* <asm-m32r/errno.h>
*/

#include <asm/syscall.h> /* SYSCALL_* */

#define __syscall_return(type, res) \
do { \
if ((unsigned long)(res) >= (unsigned long)(-(124 + 1))) { \
Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-m32r/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/

#include <linux/types.h>
#include <asm/processor.h>
#include <asm/ptrace.h>
#include <asm/page.h>

Expand Down

0 comments on commit 0283603

Please sign in to comment.