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
9a19eb2a
Commit
9a19eb2a
authored
Oct 20, 2008
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Fix up some merge damage.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
4cb40f79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/sh/include/asm/elf.h
arch/sh/include/asm/elf.h
+2
-0
arch/sh/kernel/setup.c
arch/sh/kernel/setup.c
+1
-1
No files found.
arch/sh/include/asm/elf.h
View file @
9a19eb2a
...
...
@@ -197,6 +197,8 @@ do { \
} while (0)
#endif
#define SET_PERSONALITY(ex) set_personality(PER_LINUX_32BIT)
#ifdef CONFIG_VSYSCALL
/* vDSO has arch_setup_additional_pages */
#define ARCH_HAS_SETUP_ADDITIONAL_PAGES
...
...
arch/sh/kernel/setup.c
View file @
9a19eb2a
...
...
@@ -282,7 +282,7 @@ void __init setup_bootmem_allocator(unsigned long free_pfn)
printk
(
"initrd extends beyond end of memory "
"(0x%08lx > 0x%08lx)
\n
disabling initrd
\n
"
,
initrd_start_phys
+
INITRD_SIZE
,
PFN_PHYS
(
max_low_pfn
));
(
unsigned
long
)
PFN_PHYS
(
max_low_pfn
));
initrd_start
=
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