repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] x86: Add the check for all the cores in a package in cache information
[linux-2.6/next.git]
/
include
/
asm-powerpc
/
8253pit.h
blob
862708a749b0fb1383c1d83551fc09ae26e5a2cd
1
/*
2
* 8253/8254 Programmable Interval Timer
3
*/
4
5
#ifndef _8253PIT_H
6
#define _8253PIT_H
7
8
#define PIT_TICK_RATE 1193182UL
9
10
#endif