/arch/um/sys-x86_64/fault.c

https://bitbucket.org/evzijst/gittest · C · 23 lines · 5 code · 3 blank · 15 comment · 0 complexity · 87c525dd93a5d3cdccf9bbaaa72e7284 MD5 · raw file

  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. */