Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
c6d2ea92
Commit
c6d2ea92
authored
Oct 14, 2005
by
Stephen Rothwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: move iSeries/HvCallPci.h to platforms/iseries/call_pci.h
Signed-off-by:
Stephen Rothwell
<
sfr@canb.auug.org.au
>
parent
0e29bb1a
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
+6
-8
arch/powerpc/platforms/iseries/call_pci.h
arch/powerpc/platforms/iseries/call_pci.h
+3
-3
arch/powerpc/platforms/iseries/irq.c
arch/powerpc/platforms/iseries/irq.c
+1
-1
arch/powerpc/platforms/iseries/pci.c
arch/powerpc/platforms/iseries/pci.c
+1
-1
arch/powerpc/platforms/iseries/vpdinfo.c
arch/powerpc/platforms/iseries/vpdinfo.c
+1
-1
include/asm-ppc64/pci-bridge.h
include/asm-ppc64/pci-bridge.h
+0
-2
No files found.
include/asm-ppc64/iSeries/HvCallP
ci.h
→
arch/powerpc/platforms/iseries/call_p
ci.h
View file @
c6d2ea92
...
...
@@ -22,8 +22,8 @@
* Created, Jan 9, 2001
*/
#ifndef _
HVCALL
PCI_H
#define _
HVCALL
PCI_H
#ifndef _
PLATFORMS_ISERIES_CALL_
PCI_H
#define _
PLATFORMS_ISERIES_CALL_
PCI_H
#include <asm/iSeries/HvCallSc.h>
#include <asm/iSeries/HvTypes.h>
...
...
@@ -287,4 +287,4 @@ static inline int HvCallPci_getBusVpd(u16 busNumParm, u64 destParm,
return
xRc
&
0xFFFF
;
}
#endif
/* _
HVCALL
PCI_H */
#endif
/* _
PLATFORMS_ISERIES_CALL_
PCI_H */
arch/powerpc/platforms/iseries/irq.c
View file @
c6d2ea92
...
...
@@ -38,10 +38,10 @@
#include <asm/ppcdebug.h>
#include <asm/iSeries/HvTypes.h>
#include <asm/iSeries/HvLpEvent.h>
#include <asm/iSeries/HvCallPci.h>
#include <asm/iSeries/HvCallXm.h>
#include "irq.h"
#include "call_pci.h"
/* This maps virtual irq numbers to real irqs */
unsigned
int
virt_irq_to_real_map
[
NR_IRQS
];
...
...
arch/powerpc/platforms/iseries/pci.c
View file @
c6d2ea92
...
...
@@ -36,7 +36,6 @@
#include <asm/iommu.h>
#include <asm/abs_addr.h>
#include <asm/iSeries/HvCallPci.h>
#include <asm/iSeries/HvCallXm.h>
#include <asm/iSeries/mf.h>
...
...
@@ -44,6 +43,7 @@
#include "irq.h"
#include "pci.h"
#include "call_pci.h"
extern
unsigned
long
io_page_mask
;
...
...
arch/powerpc/platforms/iseries/vpdinfo.c
View file @
c6d2ea92
...
...
@@ -32,10 +32,10 @@
#include <asm/resource.h>
#include <asm/abs_addr.h>
#include <asm/pci-bridge.h>
#include <asm/iSeries/HvCallPci.h>
#include <asm/iSeries/HvTypes.h>
#include "pci.h"
#include "call_pci.h"
/*
* Size of Bus VPD data
...
...
include/asm-ppc64/pci-bridge.h
View file @
c6d2ea92
...
...
@@ -6,8 +6,6 @@
#include <linux/pci.h>
#include <linux/list.h>
#include <asm/iSeries/HvCallPci.h>
/*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
...
...
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