-
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.
UAPI: (Scripted) Disintegrate arch/h8300/include/asm
Signed-off-by: David Howells <dhowells@redhat.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Michael Kerrisk <mtk.manpages@gmail.com> Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Acked-by: Dave Jones <davej@redhat.com>
- Loading branch information
David Howells
committed
Dec 19, 2012
1 parent
752451f
commit 1ec94e7
Showing
39 changed files
with
595 additions
and
546 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 +1,3 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
generic-y += clkdev.h | ||
generic-y += exec.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,20 +1,9 @@ | ||
#ifndef _H8300_PARAM_H | ||
#define _H8300_PARAM_H | ||
|
||
#ifdef __KERNEL__ | ||
#include <uapi/asm/param.h> | ||
|
||
#define HZ CONFIG_HZ | ||
#define USER_HZ HZ | ||
#define CLOCKS_PER_SEC (USER_HZ) | ||
#else | ||
#define HZ 100 | ||
#endif | ||
|
||
#define EXEC_PAGESIZE 4096 | ||
|
||
#ifndef NOGROUP | ||
#define NOGROUP (-1) | ||
#endif | ||
|
||
#define MAXHOSTNAMELEN 64 /* max length of hostname */ | ||
|
||
#endif /* _H8300_PARAM_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
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,12 +1,9 @@ | ||
#ifndef _H8300_TYPES_H | ||
#define _H8300_TYPES_H | ||
|
||
#include <asm-generic/int-ll64.h> | ||
#include <uapi/asm/types.h> | ||
|
||
#ifdef __KERNEL__ | ||
|
||
#define BITS_PER_LONG 32 | ||
|
||
#endif /* __KERNEL__ */ | ||
|
||
#endif /* _H8300_TYPES_H */ |
Oops, something went wrong.