diff options
Diffstat (limited to 'arch/hexagon/kernel/vm_vectors.S')
| -rw-r--r-- | arch/hexagon/kernel/vm_vectors.S | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/hexagon/kernel/vm_vectors.S b/arch/hexagon/kernel/vm_vectors.S index 620f42cc582..791a7422dde 100644 --- a/arch/hexagon/kernel/vm_vectors.S +++ b/arch/hexagon/kernel/vm_vectors.S @@ -1,7 +1,7 @@  /*   * Event jump tables   * - * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved. + * Copyright (c) 2010-2012,2013, The Linux Foundation. All rights reserved.   *   * This program is free software; you can redistribute it and/or modify   * it under the terms of the GNU General Public License version 2 and @@ -41,7 +41,7 @@ _K_VM_event_vector:  	jump 1b;  /*  Reset  */  	jump _K_enter_machcheck;  	jump _K_enter_genex; -	jump 1b;  /*  3 Rsvd  */ +	jump _K_enter_debug;  	jump 1b;  /*  4 Rsvd  */  	jump _K_enter_trap0;  	jump 1b;  /*  6 Rsvd  */  |