-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 25963 b: refs/heads/master c: b4ade4b h: refs/heads/master i: 25961: c9b378a 25959: fff397b v: v3
- Loading branch information
Ralf Baechle
committed
Apr 19, 2006
1 parent
db6af63
commit 8c24a58
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 8f6539d55919b8e013583df768312a2503f4125d | ||
refs/heads/master: b4ade4bf8811c7267b9f32b4a5d8fcfde714adac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/* | ||
* This file is subject to the terms and conditions of the GNU General Public | ||
* License. See the file "COPYING" in the main directory of this archive | ||
* for more details. | ||
* | ||
* Copyright (C) 2003 by Ralf Baechle | ||
*/ | ||
#ifndef __ASM_MACH_MIPS_PARAM_H | ||
#define __ASM_MACH_MIPS_PARAM_H | ||
|
||
#define HZ 100 /* Internal kernel timer frequency */ | ||
|
||
#endif /* __ASM_MACH_MIPS_PARAM_H */ |