Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86204
b: refs/heads/master
c: 860f7be
h: refs/heads/master
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Feb 24, 2008
1 parent 48e87eb commit b4a57eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a823ac9ff09cbdf39201df37b7ede1f9395de83
refs/heads/master: 860f7be283f8b8d7830a741cb72338057a753283
4 changes: 4 additions & 0 deletions trunk/arch/mn10300/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ config GENERIC_HARDIRQS
config HOTPLUG_CPU
def_bool n

config HZ
int
default 1000

mainmenu "Matsushita MN10300/AM33 Kernel Configuration"

source "init/Kconfig"
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-mn10300/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define _ASM_PARAM_H

#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 CLOCKS_PER_SEC (USER_HZ) /* like times() */
Expand Down

0 comments on commit b4a57eb

Please sign in to comment.