-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'tags/disintegrate-tile-20121009' into for-linus
UAPI Disintegration 2012-10-09
- Loading branch information
Showing
42 changed files
with
295 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +0,0 @@ | ||
header-y += abi.h | ||
header-y += chip.h | ||
header-y += chip_tile64.h | ||
header-y += chip_tilegx.h | ||
header-y += chip_tilepro.h | ||
header-y += icache.h | ||
header-y += interrupts.h | ||
header-y += interrupts_32.h | ||
header-y += interrupts_64.h | ||
header-y += opcode.h | ||
header-y += opcode_tilegx.h | ||
header-y += opcode_tilepro.h | ||
header-y += sim.h | ||
header-y += sim_def.h | ||
header-y += spr_def.h | ||
header-y += spr_def_32.h | ||
header-y += spr_def_64.h | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# UAPI Header export list | ||
header-y += abi.h | ||
header-y += chip.h | ||
header-y += chip_tile64.h | ||
header-y += chip_tilegx.h | ||
header-y += chip_tilepro.h | ||
header-y += icache.h | ||
header-y += interrupts.h | ||
header-y += interrupts_32.h | ||
header-y += interrupts_64.h | ||
header-y += opcode.h | ||
header-y += opcode_tilegx.h | ||
header-y += opcode_tilepro.h | ||
header-y += sim.h | ||
header-y += sim_def.h | ||
header-y += spr_def.h | ||
header-y += spr_def_32.h | ||
header-y += spr_def_64.h |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
* Copyright 2010 Tilera Corporation. 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 | ||
* as published by the Free Software Foundation, version 2. | ||
* | ||
* 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, GOOD TITLE or | ||
* NON INFRINGEMENT. See the GNU General Public License for | ||
* more details. | ||
*/ | ||
|
||
#ifndef _UAPI__ARCH_SPR_DEF_H__ | ||
#define _UAPI__ARCH_SPR_DEF_H__ | ||
|
||
/* Include the proper base SPR definition file. */ | ||
#ifdef __tilegx__ | ||
#include <arch/spr_def_64.h> | ||
#else | ||
#include <arch/spr_def_32.h> | ||
#endif | ||
|
||
|
||
#endif /* _UAPI__ARCH_SPR_DEF_H__ */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# UAPI Header export list | ||
include include/uapi/asm-generic/Kbuild.asm | ||
|
||
header-y += auxvec.h | ||
header-y += bitsperlong.h | ||
header-y += byteorder.h | ||
header-y += cachectl.h | ||
header-y += hardwall.h | ||
header-y += kvm_para.h | ||
header-y += mman.h | ||
header-y += ptrace.h | ||
header-y += setup.h | ||
header-y += sigcontext.h | ||
header-y += siginfo.h | ||
header-y += signal.h | ||
header-y += stat.h | ||
header-y += swab.h | ||
header-y += unistd.h |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.