-
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.
Merge tag 'disintegrate-cris-20121009' of git://git.infradead.org/use…
…rs/dhowells/linux-headers into for-linus2 UAPI Disintegration 2012-10-09 * tag 'disintegrate-cris-20121009' of git://git.infradead.org/users/dhowells/linux-headers: UAPI: (Scripted) Disintegrate arch/cris/include/asm UAPI: (Scripted) Disintegrate arch/cris/include/arch-v32/arch UAPI: (Scripted) Disintegrate arch/cris/include/arch-v10/arch
- Loading branch information
Showing
53 changed files
with
682 additions
and
639 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,4 +0,0 @@ | ||
header-y += user.h | ||
header-y += svinto.h | ||
header-y += sv_addr_ag.h | ||
header-y += sv_addr.agh | ||
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 +0,0 @@ | ||
header-y += user.h | ||
header-y += cryptocop.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
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.