Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15378
b: refs/heads/master
c: abe842e
h: refs/heads/master
v: v3
  • Loading branch information
Dag-Erling Sm�rgrav authored and Linus Torvalds committed Jan 2, 2006
1 parent 440742f commit 14ac468
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: f12f4d90308a22396ac87f6c3a7b2620589614c3
refs/heads/master: abe842eb98c45e2b77c5868ef106616ca828a3e4
3 changes: 1 addition & 2 deletions trunk/include/asm-i386/param.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <linux/config.h>

#ifndef _ASMi386_PARAM_H
#define _ASMi386_PARAM_H

#ifdef __KERNEL__
# include <linux/config.h>
# 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
3 changes: 1 addition & 2 deletions trunk/include/asm-x86_64/param.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#include <linux/config.h>

#ifndef _ASMx86_64_PARAM_H
#define _ASMx86_64_PARAM_H

#ifdef __KERNEL__
# include <linux/config.h>
# 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 14ac468

Please sign in to comment.