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
bb6b8238
Commit
bb6b8238
authored
Jul 09, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
parents
79af02c2
a6524813
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
arch/sparc64/Kconfig
arch/sparc64/Kconfig
+2
-0
arch/sparc64/kernel/dtlb_backend.S
arch/sparc64/kernel/dtlb_backend.S
+1
-1
include/asm-sparc64/param.h
include/asm-sparc64/param.h
+3
-2
No files found.
arch/sparc64/Kconfig
View file @
bb6b8238
...
@@ -43,6 +43,8 @@ config SPARC64_PAGE_SIZE_4MB
...
@@ -43,6 +43,8 @@ config SPARC64_PAGE_SIZE_4MB
endchoice
endchoice
source kernel/Kconfig.hz
source "init/Kconfig"
source "init/Kconfig"
config SYSVIPC_COMPAT
config SYSVIPC_COMPAT
...
...
arch/sparc64/kernel/dtlb_backend.S
View file @
bb6b8238
...
@@ -16,7 +16,7 @@
...
@@ -16,7 +16,7 @@
#elif PAGE_SHIFT == 19
#elif PAGE_SHIFT == 19
#define SZ_BITS _PAGE_SZ512K
#define SZ_BITS _PAGE_SZ512K
#elif PAGE_SHIFT == 22
#elif PAGE_SHIFT == 22
#define SZ_BITS _PAGE_SZ4M
#define SZ_BITS _PAGE_SZ4M
B
#endif
#endif
#define VALID_SZ_BITS (_PAGE_VALID | SZ_BITS)
#define VALID_SZ_BITS (_PAGE_VALID | SZ_BITS)
...
...
include/asm-sparc64/param.h
View file @
bb6b8238
/* $Id: param.h,v 1.2 2000/10/30 21:01:41 davem Exp $ */
#ifndef _ASMSPARC64_PARAM_H
#ifndef _ASMSPARC64_PARAM_H
#define _ASMSPARC64_PARAM_H
#define _ASMSPARC64_PARAM_H
#include <linux/config.h>
#ifdef __KERNEL__
#ifdef __KERNEL__
# define HZ
1000
/* Internal kernel timer frequency */
# define HZ
CONFIG_HZ
/* Internal kernel timer frequency */
# define USER_HZ 100
/* .. some user interfaces are in "ticks" */
# define USER_HZ 100
/* .. some user interfaces are in "ticks" */
# define CLOCKS_PER_SEC (USER_HZ)
# define CLOCKS_PER_SEC (USER_HZ)
#endif
#endif
...
...
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