-
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.
- Loading branch information
jdl@freescale.com
authored and
Paul Mackerras
committed
Sep 9, 2005
1 parent
cd29973
commit 548f7a9
Showing
23 changed files
with
74 additions
and
75 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: 38c0ff06d5ba05b6fbf18652c49747ad320aaeb0 | ||
refs/heads/master: a37c8875a764b4decf941859f4a2c63e1e86c8fa |
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,10 +1,10 @@ | ||
#ifndef _ASM_POWERPC_8253PIT_H | ||
#define _ASM_POWERPC_8253PIT_H | ||
|
||
/* | ||
* 8253/8254 Programmable Interval Timer | ||
*/ | ||
|
||
#ifndef _8253PIT_H | ||
#define _8253PIT_H | ||
|
||
#define PIT_TICK_RATE 1193182UL | ||
|
||
#endif | ||
#endif /* _ASM_POWERPC_8253PIT_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
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,6 +1,6 @@ | ||
#ifndef __ASM_LINKAGE_H | ||
#define __ASM_LINKAGE_H | ||
#ifndef _ASM_POWERPC_LINKAGE_H | ||
#define _ASM_POWERPC_LINKAGE_H | ||
|
||
/* Nothing to see here... */ | ||
|
||
#endif | ||
#endif /* _ASM_POWERPC_LINKAGE_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,20 +1,20 @@ | ||
#ifndef _ASM_POWERPC_NAMEI_H | ||
#define _ASM_POWERPC_NAMEI_H | ||
|
||
#ifdef __KERNEL__ | ||
|
||
/* | ||
* include/asm-ppc/namei.h | ||
* Adapted from include/asm-alpha/namei.h | ||
* | ||
* Included from fs/namei.c | ||
*/ | ||
|
||
#ifdef __KERNEL__ | ||
#ifndef __PPC_NAMEI_H | ||
#define __PPC_NAMEI_H | ||
|
||
/* This dummy routine maybe changed to something useful | ||
* for /usr/gnemul/ emulation stuff. | ||
* Look at asm-sparc/namei.h for details. | ||
*/ | ||
|
||
#define __emul_prefix() NULL | ||
|
||
#endif /* __PPC_NAMEI_H */ | ||
#endif /* __KERNEL__ */ | ||
#endif /* __KERNEL__ */ | ||
#endif /* _ASM_POWERPC_NAMEI_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,6 +1,6 @@ | ||
#ifndef _PPC_SHMPARAM_H | ||
#define _PPC_SHMPARAM_H | ||
#ifndef _ASM_POWERPC_SHMPARAM_H | ||
#define _ASM_POWERPC_SHMPARAM_H | ||
|
||
#define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ | ||
|
||
#endif /* _PPC_SHMPARAM_H */ | ||
#endif /* _ASM_POWERPC_SHMPARAM_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
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