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
nexedi
linux
Commits
b93f2620
Commit
b93f2620
authored
Mar 15, 2007
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SPARC64]: Add proper header file extern for cmdline_memory_size.
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
9753f0d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/sparc64/mm/init.c
arch/sparc64/mm/init.c
+0
-2
include/asm-sparc64/pgtable.h
include/asm-sparc64/pgtable.h
+2
-0
No files found.
arch/sparc64/mm/init.c
View file @
b93f2620
...
...
@@ -761,8 +761,6 @@ void get_new_mmu_context(struct mm_struct *mm)
smp_new_mmu_context_version
();
}
extern
unsigned
long
cmdline_memory_size
;
/* Find a free area for the bootmem map, avoiding the kernel image
* and the initial ramdisk.
*/
...
...
include/asm-sparc64/pgtable.h
View file @
b93f2620
...
...
@@ -777,6 +777,8 @@ extern void pgtable_cache_init(void);
extern
void
sun4v_register_fault_status
(
void
);
extern
void
sun4v_ktsb_register
(
void
);
extern
unsigned
long
cmdline_memory_size
;
#endif
/* !(__ASSEMBLY__) */
#endif
/* !(_SPARC64_PGTABLE_H) */
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