Kconfig.x86_64 491 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 0x7fc0000000
  17. config 3_LEVEL_PGTABLES
  18. bool
  19. default y
  20. config ARCH_HAS_SC_SIGNALS
  21. bool
  22. default n
  23. config ARCH_REUSE_HOST_VSYSCALL_AREA
  24. bool
  25. default n
  26. config SMP_BROKEN
  27. bool
  28. default y
  29. config GENERIC_HWEIGHT
  30. bool
  31. default y