mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
387 B

  1. --- ./arch/ppc/kernel/ppc_ksyms.c.orig 2003-06-21 03:30:49.000000000 +0200
  2. +++ ./arch/ppc/kernel/ppc_ksyms.c 2003-06-21 03:30:35.000000000 +0200
  3. @@ -367,6 +367,7 @@
  4. EXPORT_SYMBOL_NOVERS(disarm_decr);
  5. #ifdef CONFIG_PPC_STD_MMU
  6. EXPORT_SYMBOL(flush_hash_page); /* For MOL */
  7. +EXPORT_SYMBOL(__up_read) /* for MOL */
  8. extern long *intercept_table;
  9. EXPORT_SYMBOL(intercept_table);
  10. #endif