-
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: 334183 b: refs/heads/master c: 83b9d3a h: refs/heads/master i: 334181: 12d1f6b 334179: ad856b3 334175: 383ba15 v: v3
- Loading branch information
David Howells
committed
Oct 10, 2012
1 parent
62154bb
commit 50299f5
Showing
119 changed files
with
1,659 additions
and
1,717 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: dc44ce1e1e157ea0a8b256f42aa0425300a0435e | ||
refs/heads/master: 83b9d3a082a6e5281b5b5fc45337270d915af39d |
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,6 +1,3 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
generic-y += clkdev.h | ||
generic-y += exec.h | ||
|
||
header-y += cachectl.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,23 +1,9 @@ | ||
#ifndef __ASM_AVR32_PARAM_H | ||
#define __ASM_AVR32_PARAM_H | ||
|
||
#ifdef __KERNEL__ | ||
#include <uapi/asm/param.h> | ||
|
||
# define HZ CONFIG_HZ | ||
# define USER_HZ 100 /* User interfaces are in "ticks" */ | ||
# define CLOCKS_PER_SEC (USER_HZ) /* frequency at which times() counts */ | ||
#endif | ||
|
||
#ifndef HZ | ||
# define HZ 100 | ||
#endif | ||
|
||
/* TODO: Should be configurable */ | ||
#define EXEC_PAGESIZE 4096 | ||
|
||
#ifndef NOGROUP | ||
# define NOGROUP (-1) | ||
#endif | ||
|
||
#define MAXHOSTNAMELEN 64 | ||
|
||
#endif /* __ASM_AVR32_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
Oops, something went wrong.