Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
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-2.6.23
Commits
1da44037
Commit
1da44037
authored
Nov 01, 2005
by
Kelly Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge filename and modify references to iseries/hv_call.h
Signed-off-by:
Kelly Daly
<
kelly@au.ibm.com
>
parent
e2f2e58e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
arch/powerpc/lib/locks.c
arch/powerpc/lib/locks.c
+1
-1
arch/powerpc/platforms/iseries/hvlog.c
arch/powerpc/platforms/iseries/hvlog.c
+1
-1
arch/powerpc/platforms/iseries/smp.c
arch/powerpc/platforms/iseries/smp.c
+1
-1
drivers/char/viocons.c
drivers/char/viocons.c
+1
-1
include/asm-powerpc/iseries/hv_call.h
include/asm-powerpc/iseries/hv_call.h
+0
-0
include/asm-powerpc/time.h
include/asm-powerpc/time.h
+1
-1
include/asm-ppc64/spinlock.h
include/asm-ppc64/spinlock.h
+1
-1
No files found.
arch/powerpc/lib/locks.c
View file @
1da44037
...
...
@@ -22,7 +22,7 @@
/* waiting for a spinlock... */
#if defined(CONFIG_PPC_SPLPAR) || defined(CONFIG_PPC_ISERIES)
#include <asm/hvcall.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
void
__spin_yield
(
raw_spinlock_t
*
lock
)
{
...
...
arch/powerpc/platforms/iseries/hvlog.c
View file @
1da44037
...
...
@@ -9,7 +9,7 @@
#include <asm/page.h>
#include <asm/abs_addr.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
#include <asm/iSeries/HvCallSc.h>
#include <asm/iSeries/HvTypes.h>
...
...
arch/powerpc/platforms/iseries/smp.c
View file @
1da44037
...
...
@@ -38,7 +38,7 @@
#include <asm/io.h>
#include <asm/smp.h>
#include <asm/paca.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
#include <asm/time.h>
#include <asm/ppcdebug.h>
#include <asm/machdep.h>
...
...
drivers/char/viocons.c
View file @
1da44037
...
...
@@ -49,7 +49,7 @@
#include <asm/iSeries/HvLpEvent.h>
#include <asm/iSeries/HvCallEvent.h>
#include <asm/iSeries/HvLpConfig.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
#ifdef CONFIG_VT
#error You must turn off CONFIG_VT to use CONFIG_VIOCONS
...
...
include/asm-p
pc64/iSeries/HvC
all.h
→
include/asm-p
owerpc/iseries/hv_c
all.h
View file @
1da44037
File moved
include/asm-powerpc/time.h
View file @
1da44037
...
...
@@ -21,7 +21,7 @@
#include <asm/processor.h>
#ifdef CONFIG_PPC64
#include <asm/paca.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
#endif
/* time.c */
...
...
include/asm-ppc64/spinlock.h
View file @
1da44037
...
...
@@ -21,7 +21,7 @@
#include <linux/config.h>
#include <asm/paca.h>
#include <asm/hvcall.h>
#include <asm/i
Series/HvC
all.h>
#include <asm/i
series/hv_c
all.h>
#define __raw_spin_is_locked(x) ((x)->slock != 0)
...
...
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