Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36021
b: refs/heads/master
c: 8f9a2b3
h: refs/heads/master
i:
  36019: 82f1b74
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Sep 27, 2006
1 parent 4709875 commit d086bec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 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: d34555fb20e7abf33f86d7aa3ec0826343f38256
refs/heads/master: 8f9a2b324644d3f8c233287f0a7764d61655cda4
2 changes: 2 additions & 0 deletions trunk/include/asm-mips/Kbuild
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
include include/asm-generic/Kbuild.asm

header-y += sgidefs.h
3 changes: 1 addition & 2 deletions trunk/include/asm-mips/ptrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
#define _ASM_PTRACE_H


#include <asm/isadep.h>

/* 0 - 31 are integer registers, 32 - 63 are fp registers. */
#define FPR_BASE 32
#define PC 64
Expand Down Expand Up @@ -73,6 +71,7 @@ struct pt_regs {
#ifdef __KERNEL__

#include <linux/linkage.h>
#include <asm/isadep.h>

/*
* Does the process account for user or for system time?
Expand Down
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/timex.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef _ASM_TIMEX_H
#define _ASM_TIMEX_H

#ifdef __KERNEL__

#include <asm/mipsregs.h>

/*
Expand Down Expand Up @@ -51,4 +53,6 @@ static inline cycles_t get_cycles (void)
return read_c0_count();
}

#endif /* __KERNEL__ */

#endif /* _ASM_TIMEX_H */
4 changes: 4 additions & 0 deletions trunk/include/asm-mips/user.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
#ifndef _ASM_USER_H
#define _ASM_USER_H

#ifdef __KERNEL__

#include <asm/page.h>
#include <asm/reg.h>

Expand Down Expand Up @@ -55,4 +57,6 @@ struct user {
#define HOST_DATA_START_ADDR (u.start_data)
#define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)

#endif /* __KERNEL__ */

#endif /* _ASM_USER_H */

0 comments on commit d086bec

Please sign in to comment.