Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95702
b: refs/heads/master
c: 0042a1f
h: refs/heads/master
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed May 1, 2008
1 parent 3c921f5 commit 6704364
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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: 6cca49173198e1666cb9852649f66e1dba99d88a
refs/heads/master: 0042a1f7ecbc5d40eb2164f375ec87ecf3494418
7 changes: 5 additions & 2 deletions trunk/include/asm-m68knommu/param.h
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
#ifndef _M68KNOMMU_PARAM_H
#define _M68KNOMMU_PARAM_H

#define HZ CONFIG_HZ

#ifdef __KERNEL__
#define HZ CONFIG_HZ
#define USER_HZ HZ
#define CLOCKS_PER_SEC (USER_HZ)
#endif

#ifndef HZ
#define HZ 100
#endif

#define EXEC_PAGESIZE 4096

#ifndef NOGROUP
Expand Down

0 comments on commit 6704364

Please sign in to comment.