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
7cfa132c
Commit
7cfa132c
authored
Aug 04, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/home/rmk/linux-2.6-arm
parents
6d22d85a
c80f90ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
arch/arm/mach-sa1100/jornada720.c
arch/arm/mach-sa1100/jornada720.c
+1
-0
arch/arm/oprofile/backtrace.c
arch/arm/oprofile/backtrace.c
+1
-1
No files found.
arch/arm/mach-sa1100/jornada720.c
View file @
7cfa132c
...
@@ -97,6 +97,7 @@ static void __init jornada720_map_io(void)
...
@@ -97,6 +97,7 @@ static void __init jornada720_map_io(void)
}
}
MACHINE_START
(
JORNADA720
,
"HP Jornada 720"
)
MACHINE_START
(
JORNADA720
,
"HP Jornada 720"
)
/* Maintainer: Michael Gernoth <michael@gernoth.net> */
.
phys_ram
=
0xc0000000
,
.
phys_ram
=
0xc0000000
,
.
phys_io
=
0x80000000
,
.
phys_io
=
0x80000000
,
.
io_pg_offst
=
((
0xf8000000
)
>>
18
)
&
0xfffc
,
.
io_pg_offst
=
((
0xf8000000
)
>>
18
)
&
0xfffc
,
...
...
arch/arm/oprofile/backtrace.c
View file @
7cfa132c
...
@@ -115,7 +115,7 @@ static int valid_kernel_stack(struct frame_tail *tail, struct pt_regs *regs)
...
@@ -115,7 +115,7 @@ static int valid_kernel_stack(struct frame_tail *tail, struct pt_regs *regs)
return
(
tailaddr
>
stack
)
&&
(
tailaddr
<
stack_base
);
return
(
tailaddr
>
stack
)
&&
(
tailaddr
<
stack_base
);
}
}
void
arm_backtrace
(
struct
pt_regs
const
*
regs
,
unsigned
int
depth
)
void
arm_backtrace
(
struct
pt_regs
*
const
regs
,
unsigned
int
depth
)
{
{
struct
frame_tail
*
tail
;
struct
frame_tail
*
tail
;
unsigned
long
last_address
=
0
;
unsigned
long
last_address
=
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