-
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://git.kernel.org/pub/scm/linux/kernel…
…/git/geert/linux-m68k Pull m68k updates from Geert Uytterhoeven. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k: m68k: Make sys_atomic_cmpxchg_32 work on classic m68k m68k/apollo: Rename "timer" to "apollo_timer" zorro: Remove unused zorro_bus.devices m68k: Remove never used asm/shm.h m68k/sun3: Remove unselectable code in prom_init() m68k: Use asm-generic version of <asm/sections.h> m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop} mtd/uclinux: Use generic __bss_stop instead of _ebss m68knommu: Allow ColdFire CPUs to use unaligned accesses m68k: Remove five unused headers m68k: CPU32 does not support unaligned accesses m68k: Introduce config option CPU_HAS_NO_UNALIGNED m68k: delay, muldi3 - Use CONFIG_CPU_HAS_NO_MULDIV64 m68k: Move CPU_HAS_* config options m68k: Remove duplicate FPU config option m68knommu: Clean up printing of sections m68k: Use asm-generic version of <asm/types.h> m68k: Use Kbuild logic to import asm-generic headers
- Loading branch information
Showing
66 changed files
with
100 additions
and
842 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
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,4 +1,29 @@ | ||
include include/asm-generic/Kbuild.asm | ||
header-y += cachectl.h | ||
|
||
generic-y += bitsperlong.h | ||
generic-y += cputime.h | ||
generic-y += device.h | ||
generic-y += emergency-restart.h | ||
generic-y += errno.h | ||
generic-y += futex.h | ||
generic-y += ioctl.h | ||
generic-y += ipcbuf.h | ||
generic-y += irq_regs.h | ||
generic-y += kdebug.h | ||
generic-y += kmap_types.h | ||
generic-y += kvm_para.h | ||
generic-y += local64.h | ||
generic-y += local.h | ||
generic-y += mman.h | ||
generic-y += mutex.h | ||
generic-y += percpu.h | ||
generic-y += resource.h | ||
generic-y += scatterlist.h | ||
generic-y += sections.h | ||
generic-y += siginfo.h | ||
generic-y += statfs.h | ||
generic-y += topology.h | ||
generic-y += types.h | ||
generic-y += word-at-a-time.h | ||
generic-y += xor.h |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.