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
0e29bb1a
Commit
0e29bb1a
authored
Oct 14, 2005
by
Stephen Rothwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
powerpc: move iSeries/HvCallHpt.h to platforms/iseries/call_hpt.h
Signed-off-by:
Stephen Rothwell
<
sfr@canb.auug.org.au
>
parent
20f48ccf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
arch/powerpc/platforms/iseries/call_hpt.h
arch/powerpc/platforms/iseries/call_hpt.h
+3
-4
arch/powerpc/platforms/iseries/htab.c
arch/powerpc/platforms/iseries/htab.c
+2
-1
arch/powerpc/platforms/iseries/setup.c
arch/powerpc/platforms/iseries/setup.c
+1
-1
No files found.
include/asm-ppc64/iSeries/HvCallH
pt.h
→
arch/powerpc/platforms/iseries/call_h
pt.h
View file @
0e29bb1a
/*
* HvCallHpt.h
* Copyright (C) 2001 Mike Corrigan IBM Corporation
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -16,8 +15,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _
HVCALL
HPT_H
#define _
HVCALL
HPT_H
#ifndef _
PLATFORMS_ISERIES_CALL_
HPT_H
#define _
PLATFORMS_ISERIES_CALL_
HPT_H
/*
* This file contains the "hypervisor call" interface which is used to
...
...
@@ -99,4 +98,4 @@ static inline void HvCallHpt_addValidate(u32 hpteIndex, u32 hBit, hpte_t *hpte)
HvCall4
(
HvCallHptAddValidate
,
hpteIndex
,
hBit
,
hpte
->
v
,
hpte
->
r
);
}
#endif
/* _
HVCALL
HPT_H */
#endif
/* _
PLATFORMS_ISERIES_CALL_
HPT_H */
arch/powerpc/platforms/iseries/htab.c
View file @
0e29bb1a
...
...
@@ -14,10 +14,11 @@
#include <asm/pgtable.h>
#include <asm/mmu.h>
#include <asm/mmu_context.h>
#include <asm/iSeries/HvCallHpt.h>
#include <asm/abs_addr.h>
#include <linux/spinlock.h>
#include "call_hpt.h"
static
spinlock_t
iSeries_hlocks
[
64
]
__cacheline_aligned_in_smp
=
{
[
0
...
63
]
=
SPIN_LOCK_UNLOCKED
};
...
...
arch/powerpc/platforms/iseries/setup.c
View file @
0e29bb1a
...
...
@@ -45,7 +45,6 @@
#include <asm/cache.h>
#include <asm/sections.h>
#include <asm/abs_addr.h>
#include <asm/iSeries/HvCallHpt.h>
#include <asm/iSeries/HvLpConfig.h>
#include <asm/iSeries/HvCallEvent.h>
#include <asm/iSeries/HvCallXm.h>
...
...
@@ -60,6 +59,7 @@
#include "processor_vpd.h"
#include "main_store.h"
#include "call_sm.h"
#include "call_hpt.h"
extern
void
hvlog
(
char
*
fmt
,
...);
...
...
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