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
nexedi
linux
Commits
c43a55ff
Commit
c43a55ff
authored
Nov 02, 2005
by
Kelly Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge filename and modify references to iseries/lpar_map.h
Signed-off-by:
Kelly Daly
<
kelly@au.ibm.com
>
parent
59ce20bb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
arch/powerpc/kernel/head_64.S
arch/powerpc/kernel/head_64.S
+1
-1
arch/powerpc/kernel/lparmap.c
arch/powerpc/kernel/lparmap.c
+1
-1
arch/powerpc/platforms/iseries/lpardata.c
arch/powerpc/platforms/iseries/lpardata.c
+1
-1
arch/powerpc/platforms/iseries/setup.c
arch/powerpc/platforms/iseries/setup.c
+1
-1
arch/ppc64/kernel/head.S
arch/ppc64/kernel/head.S
+1
-1
include/asm-powerpc/iseries/lpar_map.h
include/asm-powerpc/iseries/lpar_map.h
+0
-0
No files found.
arch/powerpc/kernel/head_64.S
View file @
c43a55ff
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include <asm/cputable.h>
#include <asm/cputable.h>
#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/hvcall.h>
#include <asm/hvcall.h>
#include <asm/i
Series/LparM
ap.h>
#include <asm/i
series/lpar_m
ap.h>
#include <asm/thread_info.h>
#include <asm/thread_info.h>
#ifdef CONFIG_PPC_ISERIES
#ifdef CONFIG_PPC_ISERIES
...
...
arch/powerpc/kernel/lparmap.c
View file @
c43a55ff
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
*/
*/
#include <asm/mmu.h>
#include <asm/mmu.h>
#include <asm/page.h>
#include <asm/page.h>
#include <asm/i
Series/LparM
ap.h>
#include <asm/i
series/lpar_m
ap.h>
const
struct
LparMap
__attribute__
((
__section__
(
".text"
)))
xLparMap
=
{
const
struct
LparMap
__attribute__
((
__section__
(
".text"
)))
xLparMap
=
{
.
xNumberEsids
=
HvEsidsToMap
,
.
xNumberEsids
=
HvEsidsToMap
,
...
...
arch/powerpc/platforms/iseries/lpardata.c
View file @
c43a55ff
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
#include <asm/lppaca.h>
#include <asm/lppaca.h>
#include <asm/iseries/it_lp_reg_save.h>
#include <asm/iseries/it_lp_reg_save.h>
#include <asm/paca.h>
#include <asm/paca.h>
#include <asm/i
Series/LparM
ap.h>
#include <asm/i
series/lpar_m
ap.h>
#include <asm/iseries/it_exp_vpd_panel.h>
#include <asm/iseries/it_exp_vpd_panel.h>
#include <asm/iseries/it_lp_queue.h>
#include <asm/iseries/it_lp_queue.h>
...
...
arch/powerpc/platforms/iseries/setup.c
View file @
c43a55ff
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
#include <asm/iseries/it_lp_queue.h>
#include <asm/iseries/it_lp_queue.h>
#include <asm/iSeries/mf.h>
#include <asm/iSeries/mf.h>
#include <asm/iseries/hv_lp_event.h>
#include <asm/iseries/hv_lp_event.h>
#include <asm/i
Series/LparM
ap.h>
#include <asm/i
series/lpar_m
ap.h>
#include "setup.h"
#include "setup.h"
#include "irq.h"
#include "irq.h"
...
...
arch/ppc64/kernel/head.S
View file @
c43a55ff
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
#include <asm/cputable.h>
#include <asm/cputable.h>
#include <asm/setup.h>
#include <asm/setup.h>
#include <asm/hvcall.h>
#include <asm/hvcall.h>
#include <asm/i
Series/LparM
ap.h>
#include <asm/i
series/lpar_m
ap.h>
#include <asm/thread_info.h>
#include <asm/thread_info.h>
#ifdef CONFIG_PPC_ISERIES
#ifdef CONFIG_PPC_ISERIES
...
...
include/asm-p
pc64/iSeries/LparM
ap.h
→
include/asm-p
owerpc/iseries/lpar_m
ap.h
View file @
c43a55ff
File moved
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