-
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 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/sam/sparc
- Loading branch information
Showing
493 changed files
with
197 additions
and
312 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
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,45 @@ | ||
# User exported sparc header files | ||
include include/asm-generic/Kbuild.asm | ||
|
||
header-y += ipcbuf_32.h | ||
header-y += ipcbuf_64.h | ||
header-y += posix_types_32.h | ||
header-y += posix_types_64.h | ||
header-y += ptrace_32.h | ||
header-y += ptrace_64.h | ||
header-y += sigcontext_32.h | ||
header-y += sigcontext_64.h | ||
header-y += siginfo_32.h | ||
header-y += siginfo_64.h | ||
header-y += signal_32.h | ||
header-y += signal_64.h | ||
header-y += stat_32.h | ||
header-y += stat_64.h | ||
header-y += statfs_32.h | ||
header-y += statfs_64.h | ||
header-y += unistd_32.h | ||
header-y += unistd_64.h | ||
|
||
header-y += apc.h | ||
header-y += asi.h | ||
header-y += bpp.h | ||
header-y += display7seg.h | ||
header-y += envctrl.h | ||
header-y += fbio.h | ||
header-y += jsflash.h | ||
header-y += openprom.h | ||
header-y += openprom_32.h | ||
header-y += openprom_64.h | ||
header-y += openpromio.h | ||
header-y += perfctr.h | ||
header-y += psrcompat.h | ||
header-y += psr.h | ||
header-y += pstate.h | ||
header-y += reg.h | ||
header-y += reg_32.h | ||
header-y += reg_64.h | ||
header-y += traps.h | ||
header-y += uctx.h | ||
header-y += utrap.h | ||
header-y += vfc_ioctls.h | ||
header-y += watchdog.h |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_ATOMIC_H | ||
#define ___ASM_SPARC_ATOMIC_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/atomic_64.h> | ||
#include <asm/atomic_64.h> | ||
#else | ||
#include <asm-sparc/atomic_32.h> | ||
#include <asm/atomic_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_AUXIO_H | ||
#define ___ASM_SPARC_AUXIO_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/auxio_64.h> | ||
#include <asm/auxio_64.h> | ||
#else | ||
#include <asm-sparc/auxio_32.h> | ||
#include <asm/auxio_32.h> | ||
#endif | ||
#endif |
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_BITOPS_H | ||
#define ___ASM_SPARC_BITOPS_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/bitops_64.h> | ||
#include <asm/bitops_64.h> | ||
#else | ||
#include <asm-sparc/bitops_32.h> | ||
#include <asm/bitops_32.h> | ||
#endif | ||
#endif |
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
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
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/cacheflush.h → arch/sparc/include/asm/cacheflush.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_CACHEFLUSH_H | ||
#define ___ASM_SPARC_CACHEFLUSH_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/cacheflush_64.h> | ||
#include <asm/cacheflush_64.h> | ||
#else | ||
#include <asm-sparc/cacheflush_32.h> | ||
#include <asm/cacheflush_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/checksum.h → arch/sparc/include/asm/checksum.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_CHECKSUM_H | ||
#define ___ASM_SPARC_CHECKSUM_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/checksum_64.h> | ||
#include <asm/checksum_64.h> | ||
#else | ||
#include <asm-sparc/checksum_32.h> | ||
#include <asm/checksum_32.h> | ||
#endif | ||
#endif |
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.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/cpudata.h → arch/sparc/include/asm/cpudata.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_CPUDATA_H | ||
#define ___ASM_SPARC_CPUDATA_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/cpudata_64.h> | ||
#include <asm/cpudata_64.h> | ||
#else | ||
#include <asm-sparc/cpudata_32.h> | ||
#include <asm/cpudata_32.h> | ||
#endif | ||
#endif |
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
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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_DELAY_H | ||
#define ___ASM_SPARC_DELAY_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/delay_64.h> | ||
#include <asm/delay_64.h> | ||
#else | ||
#include <asm-sparc/delay_32.h> | ||
#include <asm/delay_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/dma-mapping.h → arch/sparc/include/asm/dma-mapping.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_DMA_MAPPING_H | ||
#define ___ASM_SPARC_DMA_MAPPING_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/dma-mapping_64.h> | ||
#include <asm/dma-mapping_64.h> | ||
#else | ||
#include <asm-sparc/dma-mapping_32.h> | ||
#include <asm/dma-mapping_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_DMA_H | ||
#define ___ASM_SPARC_DMA_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/dma_64.h> | ||
#include <asm/dma_64.h> | ||
#else | ||
#include <asm-sparc/dma_32.h> | ||
#include <asm/dma_32.h> | ||
#endif | ||
#endif |
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,4 +1,4 @@ | ||
/* include/asm-sparc/dma.h | ||
/* include/asm/dma.h | ||
* | ||
* Copyright 1995 (C) David S. Miller (davem@davemloft.net) | ||
*/ | ||
|
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,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_EBUS_H | ||
#define ___ASM_SPARC_EBUS_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/ebus_64.h> | ||
#include <asm/ebus_64.h> | ||
#else | ||
#include <asm-sparc/ebus_32.h> | ||
#include <asm/ebus_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_ELF_H | ||
#define ___ASM_SPARC_ELF_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/elf_64.h> | ||
#include <asm/elf_64.h> | ||
#else | ||
#include <asm-sparc/elf_32.h> | ||
#include <asm/elf_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_FLOPPY_H | ||
#define ___ASM_SPARC_FLOPPY_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/floppy_64.h> | ||
#include <asm/floppy_64.h> | ||
#else | ||
#include <asm-sparc/floppy_32.h> | ||
#include <asm/floppy_32.h> | ||
#endif | ||
#endif |
2 changes: 1 addition & 1 deletion
2
include/asm-sparc/floppy_32.h → arch/sparc/include/asm/floppy_32.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
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_FUTEX_H | ||
#define ___ASM_SPARC_FUTEX_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/futex_64.h> | ||
#include <asm/futex_64.h> | ||
#else | ||
#include <asm-sparc/futex_32.h> | ||
#include <asm/futex_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/hardirq.h → arch/sparc/include/asm/hardirq.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_HARDIRQ_H | ||
#define ___ASM_SPARC_HARDIRQ_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/hardirq_64.h> | ||
#include <asm/hardirq_64.h> | ||
#else | ||
#include <asm-sparc/hardirq_32.h> | ||
#include <asm/hardirq_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_HEAD_H | ||
#define ___ASM_SPARC_HEAD_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/head_64.h> | ||
#include <asm/head_64.h> | ||
#else | ||
#include <asm-sparc/head_32.h> | ||
#include <asm/head_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_IO_H | ||
#define ___ASM_SPARC_IO_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/io_64.h> | ||
#include <asm/io_64.h> | ||
#else | ||
#include <asm-sparc/io_32.h> | ||
#include <asm/io_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_IOMMU_H | ||
#define ___ASM_SPARC_IOMMU_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/iommu_64.h> | ||
#include <asm/iommu_64.h> | ||
#else | ||
#include <asm-sparc/iommu_32.h> | ||
#include <asm/iommu_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_IPCBUF_H | ||
#define ___ASM_SPARC_IPCBUF_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/ipcbuf_64.h> | ||
#include <asm/ipcbuf_64.h> | ||
#else | ||
#include <asm-sparc/ipcbuf_32.h> | ||
#include <asm/ipcbuf_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_IRQ_H | ||
#define ___ASM_SPARC_IRQ_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/irq_64.h> | ||
#include <asm/irq_64.h> | ||
#else | ||
#include <asm-sparc/irq_32.h> | ||
#include <asm/irq_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/irqflags.h → arch/sparc/include/asm/irqflags.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_IRQFLAGS_H | ||
#define ___ASM_SPARC_IRQFLAGS_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/irqflags_64.h> | ||
#include <asm/irqflags_64.h> | ||
#else | ||
#include <asm-sparc/irqflags_32.h> | ||
#include <asm/irqflags_32.h> | ||
#endif | ||
#endif |
2 changes: 1 addition & 1 deletion
2
include/asm-sparc/irqflags_32.h → arch/sparc/include/asm/irqflags_32.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* include/asm-sparc/irqflags.h | ||
* include/asm/irqflags.h | ||
* | ||
* IRQ flags handling | ||
* | ||
|
2 changes: 1 addition & 1 deletion
2
include/asm-sparc/irqflags_64.h → arch/sparc/include/asm/irqflags_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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* | ||
* include/asm-sparc64/irqflags.h | ||
* include/asm/irqflags.h | ||
* | ||
* IRQ flags handling | ||
* | ||
|
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_KDEBUG_H | ||
#define ___ASM_SPARC_KDEBUG_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/kdebug_64.h> | ||
#include <asm/kdebug_64.h> | ||
#else | ||
#include <asm-sparc/kdebug_32.h> | ||
#include <asm/kdebug_32.h> | ||
#endif | ||
#endif |
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.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/mc146818rtc.h → arch/sparc/include/asm/mc146818rtc.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_MC146818RTC_H | ||
#define ___ASM_SPARC_MC146818RTC_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/mc146818rtc_64.h> | ||
#include <asm/mc146818rtc_64.h> | ||
#else | ||
#include <asm-sparc/mc146818rtc_32.h> | ||
#include <asm/mc146818rtc_32.h> | ||
#endif | ||
#endif |
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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_MMU_H | ||
#define ___ASM_SPARC_MMU_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/mmu_64.h> | ||
#include <asm/mmu_64.h> | ||
#else | ||
#include <asm-sparc/mmu_32.h> | ||
#include <asm/mmu_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
include/asm-sparc/mmu_context.h → arch/sparc/include/asm/mmu_context.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#ifndef ___ASM_SPARC_MMU_CONTEXT_H | ||
#define ___ASM_SPARC_MMU_CONTEXT_H | ||
#if defined(__sparc__) && defined(__arch64__) | ||
#include <asm-sparc/mmu_context_64.h> | ||
#include <asm/mmu_context_64.h> | ||
#else | ||
#include <asm-sparc/mmu_context_32.h> | ||
#include <asm/mmu_context_32.h> | ||
#endif | ||
#endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.