Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 272249
b: refs/heads/master
c: cf9750b
h: refs/heads/master
i:
  272247: 12f6e2d
v: v3
  • Loading branch information
Richard Kuo authored and Linus Torvalds committed Nov 1, 2011
1 parent f65b12e commit 1b87bc9
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 39e89c9fc518215b3ae0f2c8523b7ce0e5ba9225
refs/heads/master: cf9750bae262dba73a6abaecd2ec3731ba7aef9c
29 changes: 29 additions & 0 deletions trunk/arch/hexagon/include/asm/traps.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/*
* Trap support for Hexagon
*
* Copyright (c) 2010-2011, Code Aurora Forum. 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
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301, USA.
*/

#ifndef _ASM_HEXAGON_TRAPS_H
#define _ASM_HEXAGON_TRAPS_H

#include <asm/registers.h>

extern int die(const char *str, struct pt_regs *regs, long err);
extern int die_if_kernel(char *str, struct pt_regs *regs, long err);

#endif /* _ASM_HEXAGON_TRAPS_H */
Loading

0 comments on commit 1b87bc9

Please sign in to comment.