fault.c 559 B

1234567891011121314151617181920212223
  1. /*
  2. * Copyright 2003 PathScale, Inc.
  3. *
  4. * Licensed under the GPL
  5. */
  6. #include "user.h"
  7. int arch_fixup(unsigned long address, void *sc_ptr)
  8. {
  9. /* XXX search_exception_tables() */
  10. return(0);
  11. }
  12. /* Overrides for Emacs so that we follow Linus's tabbing style.
  13. * Emacs will notice this stuff at the end of the file and automatically
  14. * adjust the settings for this buffer only. This must remain at the end
  15. * of the file.
  16. * ---------------------------------------------------------------------------
  17. * Local variables:
  18. * c-file-style: "linux"
  19. * End:
  20. */