Kconfig.x86_64 580 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. config UML_X86
  2. bool
  3. default y
  4. config 64BIT
  5. bool
  6. default y
  7. #XXX: this is so in the underlying arch, but it's wrong!!!
  8. config RWSEM_GENERIC_SPINLOCK
  9. bool
  10. default y
  11. config SEMAPHORE_SLEEPERS
  12. bool
  13. default y
  14. config TOP_ADDR
  15. hex
  16. default 0x80000000
  17. config 3_LEVEL_PGTABLES
  18. bool
  19. default y
  20. config STUB_CODE
  21. hex
  22. default 0x7fbfffe000
  23. config STUB_DATA
  24. hex
  25. default 0x7fbffff000
  26. config STUB_START
  27. hex
  28. default STUB_CODE
  29. config ARCH_HAS_SC_SIGNALS
  30. bool
  31. default n
  32. config ARCH_REUSE_HOST_VSYSCALL_AREA
  33. bool
  34. default n
  35. config SMP_BROKEN
  36. bool
  37. default y