git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'vfs-dev'
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
common.h
diff --git
a/lunaix-os/includes/lunaix/common.h
b/lunaix-os/includes/lunaix/common.h
index d341daa341120feca19b36510b7987d657cbcf46..4c8c794f8a1026851d5583c232eb1cf0491b6acd 100644
(file)
--- a/
lunaix-os/includes/lunaix/common.h
+++ b/
lunaix-os/includes/lunaix/common.h
@@
-32,8
+32,6
@@
#define USTACK_END (0x9fffffff - USTACK_SIZE + 1)
#define UMMAP_AREA 0x4D000000
-#define SYS_TIMER_FREQUENCY_HZ 2048
-
#ifndef __ASM__
#include <stddef.h>
// From Linux kernel v2.6.0 <kernel.h:194>