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
44aedfe7
Commit
44aedfe7
authored
Nov 18, 2005
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: Fix a couple of compile warnings for 32-bit compiles
Signed-off-by:
Paul Mackerras
<
paulus@samba.org
>
parent
49e16b7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
arch/powerpc/platforms/chrp/smp.c
arch/powerpc/platforms/chrp/smp.c
+1
-0
arch/ppc/kernel/pci.c
arch/ppc/kernel/pci.c
+0
-1
No files found.
arch/powerpc/platforms/chrp/smp.c
View file @
44aedfe7
...
...
@@ -34,6 +34,7 @@
#include <asm/machdep.h>
#include <asm/smp.h>
#include <asm/mpic.h>
#include <asm/rtas.h>
static
void
__devinit
smp_chrp_kick_cpu
(
int
nr
)
{
...
...
arch/ppc/kernel/pci.c
View file @
44aedfe7
...
...
@@ -45,7 +45,6 @@ static void update_bridge_base(struct pci_bus *bus, int i);
static
void
pcibios_fixup_resources
(
struct
pci_dev
*
dev
);
static
void
fixup_broken_pcnet32
(
struct
pci_dev
*
dev
);
static
int
reparent_resources
(
struct
resource
*
parent
,
struct
resource
*
res
);
static
void
fixup_rev1_53c810
(
struct
pci_dev
*
dev
);
static
void
fixup_cpc710_pci64
(
struct
pci_dev
*
dev
);
#ifdef CONFIG_PPC_OF
static
u8
*
pci_to_OF_bus_map
;
...
...
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