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
9b3b21f7
Commit
9b3b21f7
authored
Oct 27, 2009
by
Paul Mundt
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sh/stable-updates'
parents
72f0c137
ffb4a73d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
3 deletions
+9
-3
arch/sh/Kconfig
arch/sh/Kconfig
+5
-0
arch/sh/Makefile
arch/sh/Makefile
+1
-0
arch/sh/mm/Kconfig
arch/sh/mm/Kconfig
+1
-1
fs/Kconfig
fs/Kconfig
+2
-2
No files found.
arch/sh/Kconfig
View file @
9b3b21f7
...
@@ -124,6 +124,9 @@ config SYS_SUPPORTS_APM_EMULATION
...
@@ -124,6 +124,9 @@ config SYS_SUPPORTS_APM_EMULATION
bool
bool
select ARCH_SUSPEND_POSSIBLE
select ARCH_SUSPEND_POSSIBLE
config SYS_SUPPORTS_HUGETLBFS
bool
config SYS_SUPPORTS_SMP
config SYS_SUPPORTS_SMP
bool
bool
...
@@ -204,6 +207,7 @@ config CPU_SH4
...
@@ -204,6 +207,7 @@ config CPU_SH4
select CPU_HAS_SR_RB
select CPU_HAS_SR_RB
select CPU_HAS_FPU if !CPU_SH4AL_DSP
select CPU_HAS_FPU if !CPU_SH4AL_DSP
select SYS_SUPPORTS_TMU
select SYS_SUPPORTS_TMU
select SYS_SUPPORTS_HUGETLBFS if MMU
config CPU_SH4A
config CPU_SH4A
bool
bool
...
@@ -218,6 +222,7 @@ config CPU_SH5
...
@@ -218,6 +222,7 @@ config CPU_SH5
bool
bool
select CPU_HAS_FPU
select CPU_HAS_FPU
select SYS_SUPPORTS_TMU
select SYS_SUPPORTS_TMU
select SYS_SUPPORTS_HUGETLBFS if MMU
config CPU_SHX2
config CPU_SHX2
bool
bool
...
...
arch/sh/Makefile
View file @
9b3b21f7
...
@@ -225,6 +225,7 @@ define archhelp
...
@@ -225,6 +225,7 @@ define archhelp
@echo
' vmlinux.srec - Create an ELF S-record'
@echo
' vmlinux.srec - Create an ELF S-record'
@echo
'* uImage - Alias to bootable U-Boot image'
@echo
'* uImage - Alias to bootable U-Boot image'
@echo
' uImage.srec - Create an S-record for U-Boot'
@echo
' uImage.srec - Create an S-record for U-Boot'
@echo
' uImage.bin - Kernel-only image for U-Boot (bin)'
@echo
'* uImage.gz - Kernel-only image for U-Boot (gzip)'
@echo
'* uImage.gz - Kernel-only image for U-Boot (gzip)'
@echo
' uImage.bz2 - Kernel-only image for U-Boot (bzip2)'
@echo
' uImage.bz2 - Kernel-only image for U-Boot (bzip2)'
@echo
' uImage.lzma - Kernel-only image for U-Boot (lzma)'
@echo
' uImage.lzma - Kernel-only image for U-Boot (lzma)'
...
...
arch/sh/mm/Kconfig
View file @
9b3b21f7
...
@@ -225,7 +225,7 @@ endchoice
...
@@ -225,7 +225,7 @@ endchoice
choice
choice
prompt "HugeTLB page size"
prompt "HugeTLB page size"
depends on HUGETLB_PAGE
&& (CPU_SH4 || CPU_SH5) && MMU
depends on HUGETLB_PAGE
default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
default HUGETLB_PAGE_SIZE_64K
default HUGETLB_PAGE_SIZE_64K
...
...
fs/Kconfig
View file @
9b3b21f7
...
@@ -135,8 +135,8 @@ config TMPFS_POSIX_ACL
...
@@ -135,8 +135,8 @@ config TMPFS_POSIX_ACL
config HUGETLBFS
config HUGETLBFS
bool "HugeTLB file system support"
bool "HugeTLB file system support"
depends on X86 || IA64 || PPC64 || SPARC64 || (S
UPERH && MMU
) || \
depends on X86 || IA64 || PPC64 || SPARC64 || (S
390 && 64BIT
) || \
(S390 && 64BIT) ||
SYS_SUPPORTS_HUGETLBFS || BROKEN
SYS_SUPPORTS_HUGETLBFS || BROKEN
help
help
hugetlbfs is a filesystem backing for HugeTLB pages, based on
hugetlbfs is a filesystem backing for HugeTLB pages, based on
ramfs. For architectures that support it, say Y here and read
ramfs. For architectures that support it, say Y here and read
...
...
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