setup.h 302 B

1234567891011121314
  1. #ifdef __KERNEL__
  2. #ifndef _PPC_SETUP_H
  3. #define _PPC_SETUP_H
  4. #define m68k_num_memory num_memory
  5. #define m68k_memory memory
  6. #include <asm-m68k/setup.h>
  7. /* We have a bigger command line buffer. */
  8. #undef COMMAND_LINE_SIZE
  9. #define COMMAND_LINE_SIZE 512
  10. #endif /* _PPC_SETUP_H */
  11. #endif /* __KERNEL__ */