machvec_uv.h 684 B

1234567891011121314151617181920212223242526
  1. /*
  2. * This file is subject to the terms and conditions of the GNU General Public
  3. * License. See the file "COPYING" in the main directory of this archive
  4. * for more details.
  5. *
  6. * SGI UV Core Functions
  7. *
  8. * Copyright (C) 2008 Silicon Graphics, Inc. All rights reserved.
  9. */
  10. #ifndef _ASM_IA64_MACHVEC_UV_H
  11. #define _ASM_IA64_MACHVEC_UV_H
  12. extern ia64_mv_setup_t uv_setup;
  13. /*
  14. * This stuff has dual use!
  15. *
  16. * For a generic kernel, the macros are used to initialize the
  17. * platform's machvec structure. When compiling a non-generic kernel,
  18. * the macros are used directly.
  19. */
  20. #define ia64_platform_name "uv"
  21. #define platform_setup uv_setup
  22. #endif /* _ASM_IA64_MACHVEC_UV_H */