projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Revert "Bias the placement of kernel pages at lower PFNs"
[linux-2.6]
/
arch
/
parisc
/
lib
/
libgcc
/
__udivdi3.c
1
#include "libgcc.h"
2
3
u64 __udivdi3(u64 num, u64 den)
4
{
5
return __udivmoddi4(num, den, NULL);
6
}
7
EXPORT_SYMBOL(__udivdi3);