page_offset.h 935 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. #include <linux/config.h>
  2. /* This handles the memory map.. */
  3. #ifdef CONFIG_COLDFIRE
  4. #if defined(CONFIG_SMALL)
  5. #define PAGE_OFFSET_RAW 0x30020000
  6. #elif defined(CONFIG_CFV240)
  7. #define PAGE_OFFSET_RAW 0x02000000
  8. #else
  9. #define PAGE_OFFSET_RAW 0x00000000
  10. #endif
  11. #endif
  12. #ifdef CONFIG_M68360
  13. #define PAGE_OFFSET_RAW 0x00000000
  14. #endif
  15. #ifdef CONFIG_PILOT
  16. #ifdef CONFIG_M68328
  17. #define PAGE_OFFSET_RAW 0x10000000
  18. #endif
  19. #ifdef CONFIG_M68EZ328
  20. #define PAGE_OFFSET_RAW 0x00000000
  21. #endif
  22. #endif
  23. #ifdef CONFIG_UCSIMM
  24. #define PAGE_OFFSET_RAW 0x00000000
  25. #endif
  26. #if defined(CONFIG_UCDIMM) || defined(CONFIG_DRAGEN2)
  27. #ifdef CONFIG_M68VZ328
  28. #define PAGE_OFFSET_RAW 0x00000000
  29. #endif /* CONFIG_M68VZ328 */
  30. #endif /* CONFIG_UCDIMM */
  31. #ifdef CONFIG_M68EZ328ADS
  32. #define PAGE_OFFSET_RAW 0x00000000
  33. #endif
  34. #ifdef CONFIG_ALMA_ANS
  35. #define PAGE_OFFSET_RAW 0x00000000
  36. #endif
  37. #ifdef CONFIG_M68EN302
  38. #define PAGE_OFFSET_RAW 0x00000000
  39. #endif