Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f5786cb0
Commit
f5786cb0
authored
Jan 30, 2004
by
Andrew Morton
Committed by
Linus Torvalds
Jan 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ppc64: add/remove config.h
From: Anton Blanchard <anton@samba.org>
parent
ea23458e
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
14 additions
and
5 deletions
+14
-5
arch/ppc64/kernel/asm-offsets.c
arch/ppc64/kernel/asm-offsets.c
+1
-0
arch/ppc64/kernel/iSeries_VpdInfo.c
arch/ppc64/kernel/iSeries_VpdInfo.c
+1
-0
arch/ppc64/kernel/lparcfg.c
arch/ppc64/kernel/lparcfg.c
+1
-0
arch/ppc64/kernel/proc_ppc64.c
arch/ppc64/kernel/proc_ppc64.c
+1
-0
arch/ppc64/kernel/rtas_flash.c
arch/ppc64/kernel/rtas_flash.c
+0
-2
arch/ppc64/kernel/signal.c
arch/ppc64/kernel/signal.c
+1
-0
arch/ppc64/kernel/signal32.c
arch/ppc64/kernel/signal32.c
+1
-0
arch/ppc64/kernel/sys_ppc32.c
arch/ppc64/kernel/sys_ppc32.c
+1
-0
arch/ppc64/kernel/viopath.c
arch/ppc64/kernel/viopath.c
+0
-1
arch/ppc64/mm/hash_low.S
arch/ppc64/mm/hash_low.S
+0
-1
arch/ppc64/mm/hugetlbpage.c
arch/ppc64/mm/hugetlbpage.c
+0
-1
arch/ppc64/xmon/start.c
arch/ppc64/xmon/start.c
+1
-0
include/asm-ppc64/cputable.h
include/asm-ppc64/cputable.h
+2
-0
include/asm-ppc64/mmu.h
include/asm-ppc64/mmu.h
+1
-0
include/asm-ppc64/mmu_context.h
include/asm-ppc64/mmu_context.h
+1
-0
include/asm-ppc64/pgtable.h
include/asm-ppc64/pgtable.h
+1
-0
include/asm-ppc64/processor.h
include/asm-ppc64/processor.h
+1
-0
No files found.
arch/ppc64/kernel/asm-offsets.c
View file @
f5786cb0
...
...
@@ -13,6 +13,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <linux/signal.h>
#include <linux/sched.h>
#include <linux/kernel.h>
...
...
arch/ppc64/kernel/iSeries_VpdInfo.c
View file @
f5786cb0
...
...
@@ -25,6 +25,7 @@
/* Ported to ppc64, August 20, 2001 */
/* End Change Activity */
/************************************************************************/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <asm/types.h>
...
...
arch/ppc64/kernel/lparcfg.c
View file @
f5786cb0
...
...
@@ -17,6 +17,7 @@
* keyword - value pairs that specify the configuration of the partition.
*/
#include <linux/config.h>
#include <linux/module.h>
#include <linux/types.h>
#include <linux/errno.h>
...
...
arch/ppc64/kernel/proc_ppc64.c
View file @
f5786cb0
...
...
@@ -27,6 +27,7 @@
* End Change Activity
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/mm.h>
#include <linux/proc_fs.h>
...
...
arch/ppc64/kernel/rtas_flash.c
View file @
f5786cb0
...
...
@@ -14,8 +14,6 @@
*/
#include <linux/module.h>
#include <linux/config.h>
#include <linux/init.h>
#include <asm/proc_fs.h>
#include <asm/delay.h>
...
...
arch/ppc64/kernel/signal.c
View file @
f5786cb0
...
...
@@ -14,6 +14,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
...
...
arch/ppc64/kernel/signal32.c
View file @
f5786cb0
...
...
@@ -14,6 +14,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
...
...
arch/ppc64/kernel/sys_ppc32.c
View file @
f5786cb0
...
...
@@ -14,6 +14,7 @@
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <asm/ptrace.h>
#include <linux/kernel.h>
#include <linux/sched.h>
...
...
arch/ppc64/kernel/viopath.c
View file @
f5786cb0
...
...
@@ -28,7 +28,6 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#include <linux/config.h>
#include <asm/uaccess.h>
#include <linux/module.h>
#include <linux/kernel.h>
...
...
arch/ppc64/mm/hash_low.S
View file @
f5786cb0
...
...
@@ -10,7 +10,6 @@
*
described
in
the
kernel
's COPYING file.
*/
#include <linux/config.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/mmu.h>
...
...
arch/ppc64/mm/hugetlbpage.c
View file @
f5786cb0
...
...
@@ -7,7 +7,6 @@
* Copyright (C) 2002, Rohit Seth <rohit.seth@intel.com>
*/
#include <linux/config.h>
#include <linux/init.h>
#include <linux/fs.h>
#include <linux/mm.h>
...
...
arch/ppc64/xmon/start.c
View file @
f5786cb0
...
...
@@ -6,6 +6,7 @@
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*/
#include <linux/config.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/sysrq.h>
...
...
include/asm-ppc64/cputable.h
View file @
f5786cb0
...
...
@@ -15,6 +15,8 @@
#ifndef __ASM_PPC_CPUTABLE_H
#define __ASM_PPC_CPUTABLE_H
#include <linux/config.h>
/* Exposed to userland CPU features - Must match ppc32 definitions */
#define PPC_FEATURE_32 0x80000000
#define PPC_FEATURE_64 0x40000000
...
...
include/asm-ppc64/mmu.h
View file @
f5786cb0
...
...
@@ -13,6 +13,7 @@
#ifndef _PPC64_MMU_H_
#define _PPC64_MMU_H_
#include <linux/config.h>
#include <asm/page.h>
#ifndef __ASSEMBLY__
...
...
include/asm-ppc64/mmu_context.h
View file @
f5786cb0
#ifndef __PPC64_MMU_CONTEXT_H
#define __PPC64_MMU_CONTEXT_H
#include <linux/config.h>
#include <linux/spinlock.h>
#include <linux/kernel.h>
#include <linux/mm.h>
...
...
include/asm-ppc64/pgtable.h
View file @
f5786cb0
...
...
@@ -7,6 +7,7 @@
*/
#ifndef __ASSEMBLY__
#include <linux/config.h>
#include <linux/stddef.h>
#include <asm/processor.h>
/* For TASK_SIZE */
#include <asm/mmu.h>
...
...
include/asm-ppc64/processor.h
View file @
f5786cb0
...
...
@@ -12,6 +12,7 @@
#include <linux/stringify.h>
#ifndef __ASSEMBLY__
#include <linux/config.h>
#include <asm/atomic.h>
#include <asm/ppcdebug.h>
#include <asm/a.out.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment