-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 347411 b: refs/heads/master c: e717aba h: refs/heads/master i: 347409: 99f4b2f 347407: 00b87c5 v: v3
- Loading branch information
David Howells
committed
Oct 9, 2012
1 parent
6958058
commit 6a1b39e
Showing
43 changed files
with
554 additions
and
520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 98d848ea4c017101f7e4a85917d0e0991f388cd8 | ||
refs/heads/master: e717abac8a9f65eee6de3bb37e10c6916bced483 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
header-y += arch-v10/ | ||
header-y += arch-v32/ | ||
|
||
header-y += ethernet.h | ||
header-y += etraxgpio.h | ||
header-y += rs485.h | ||
header-y += sync_serial.h | ||
|
||
generic-y += clkdev.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
#ifndef _CRIS_PTRACE_H | ||
#define _CRIS_PTRACE_H | ||
|
||
#include <arch/ptrace.h> | ||
#include <uapi/asm/ptrace.h> | ||
|
||
#ifdef __KERNEL__ | ||
|
||
/* Arbitrarily choose the same ptrace numbers as used by the Sparc code. */ | ||
#define PTRACE_GETREGS 12 | ||
#define PTRACE_SETREGS 13 | ||
|
||
#define profile_pc(regs) instruction_pointer(regs) | ||
|
||
#endif /* __KERNEL__ */ | ||
|
||
#endif /* _CRIS_PTRACE_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
#ifndef _CRIS_SWAB_H | ||
#define _CRIS_SWAB_H | ||
|
||
#ifdef __KERNEL__ | ||
#include <arch/swab.h> | ||
#endif /* __KERNEL__ */ | ||
#include <uapi/asm/swab.h> | ||
|
||
#endif /* _CRIS_SWAB_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,12 @@ | ||
#ifndef _ETRAX_TYPES_H | ||
#define _ETRAX_TYPES_H | ||
|
||
#include <asm-generic/int-ll64.h> | ||
#include <uapi/asm/types.h> | ||
|
||
/* | ||
* These aren't exported outside the kernel to avoid name space clashes | ||
*/ | ||
#ifdef __KERNEL__ | ||
|
||
#define BITS_PER_LONG 32 | ||
|
||
#endif /* __KERNEL__ */ | ||
|
||
#endif |
Oops, something went wrong.