]> git.pld-linux.org Git - packages/kernel.git/blob - 2.2.21-ppc_setup.patch
- added description of djurban's branch
[packages/kernel.git] / 2.2.21-ppc_setup.patch
1 diff -urN linux.orig/arch/ppc/kernel/setup.c linux/arch/ppc/kernel/setup.c
2 --- linux.orig/arch/ppc/kernel/setup.c  Sat Jun  8 15:17:55 2002
3 +++ linux/arch/ppc/kernel/setup.c       Sat Jun  8 15:16:10 2002
4 @@ -581,6 +581,9 @@
5         extern unsigned long find_available_memory(void);
6         extern unsigned long *end_of_DRAM;
7  
8 +       /* so udelay does something sensible, assume <= 1000 bogomips */
9 +       loops_per_jiffy = 500000000 / HZ;
10 +
11  #ifdef CONFIG_XMON
12         {
13                 char *p;
This page took 0.229525 seconds and 3 git commands to generate.