forked from torvalds/linux
-
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 branch 'for-linus' of git://github.com/cmetcalf-tilera/linux-tile
* 'for-linus' of git://github.com/cmetcalf-tilera/linux-tile: arch/tile: factor out <arch/opcode.h> header arch/tile: add the <arch> headers to the set of installed kernel headers arch/tile: avoid exporting a symbol no longer used by gcc arch/tile: avoid ISO namespace pollution with <asm/sigcontext.h>
- Loading branch information
Showing
20 changed files
with
4,637 additions
and
4,396 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
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
Oops, something went wrong.