Blame view

arch/arm/kernel/signal.h 514 Bytes
e00d349e7   Russell King   [PATCH] ARM: Move...
1
2
3
  /*
   *  linux/arch/arm/kernel/signal.h
   *
ab72b0073   Russell King   ARM: Fix signal r...
4
   *  Copyright (C) 2005-2009 Russell King.
e00d349e7   Russell King   [PATCH] ARM: Move...
5
6
7
8
9
   *
   * This program is free software; you can redistribute it and/or modify
   * it under the terms of the GNU General Public License version 2 as
   * published by the Free Software Foundation.
   */
c760fc199   Hyok S. Choi   [ARM] nommu: fixu...
10
  #define KERN_SIGRETURN_CODE	(CONFIG_VECTORS_BASE + 0x00000500)
ab72b0073   Russell King   ARM: Fix signal r...
11
  #define KERN_RESTART_CODE	(KERN_SIGRETURN_CODE + sizeof(sigreturn_codes))
e00d349e7   Russell King   [PATCH] ARM: Move...
12

fcca538b8   Nicolas Pitre   [ARM] 3270/1: ARM...
13
  extern const unsigned long sigreturn_codes[7];
ab72b0073   Russell King   ARM: Fix signal r...
14
  extern const unsigned long syscall_restart_code[2];