msi-altix.c 386 B

123456789101112131415161718
  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. * Copyright (C) 2006 Silicon Graphics, Inc. All Rights Reserved.
  7. */
  8. #include <asm/errno.h>
  9. int
  10. sn_msi_init(void)
  11. {
  12. /*
  13. * return error until MSI is supported on altix platforms
  14. */
  15. return -EINVAL;
  16. }