setup.h 231 B

1234567891011121314
  1. /*
  2. * Just a place holder.
  3. */
  4. #ifndef _SPARC_SETUP_H
  5. #define _SPARC_SETUP_H
  6. #if defined(__sparc__) && defined(__arch64__)
  7. # define COMMAND_LINE_SIZE 2048
  8. #else
  9. # define COMMAND_LINE_SIZE 256
  10. #endif
  11. #endif /* _SPARC_SETUP_H */