Skip to content

Commit

Permalink
[PATCH] ia64: Selectable Timer Interrupt Frequency
Browse files Browse the repository at this point in the history
It allows a selectable timer interrupt frequency of 100, 250 and 1000 HZ.
Reducing the timer frequency may have important performance benefits on
large systems.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Jun 23, 2005
1 parent 5912100 commit b5d23e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions arch/ia64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ config IA64_PAGE_SIZE_64KB

endchoice

source kernel/Kconfig.hz

config IA64_BRL_EMU
bool
depends on ITANIUM
Expand Down
2 changes: 1 addition & 1 deletion include/asm-ia64/param.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
# define HZ 32
# else
# define HZ 1024
# define HZ CONFIG_HZ
# endif
# define USER_HZ HZ
# define CLOCKS_PER_SEC HZ /* frequency at which times() counts */
Expand Down

0 comments on commit b5d23e5

Please sign in to comment.