This website requires JavaScript.
Explore
Drone CI
Help
Register
Sign In
lisa
/
android_kernel_xiaomi_sm8350
Watch
1
Star
0
Fork
0
You've already forked android_kernel_xiaomi_sm8350
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7568cb4ef6
android_kernel_xiaomi_sm8350
/
arch
/
powerpc
/
platforms
/
cell
/
Makefile
3 lines
79 B
Makefile
Raw
Normal View
History
Unescape
Escape
[PATCH] powerpc: move arch/ppc64/kernel/bpa* to arch/powerpc/platforms/cell This patch simply moves files over to arch/powerpc without making any changes to them. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-31 20:08:41 -05:00
obj-y
+=
interrupt.o iommu.o setup.o spider-pic.o
[PATCH] powerpc: create a new arch/powerpc/platforms/cell/smp.c During the conversion to the merge tree, the Cell specific SMP initialization was removed from the pSeries code. This creates a new Cell specific SMP implementation file. Signed-off-by: Arnd Bergmann <arndb@de.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
2005-10-31 20:08:38 -05:00
obj-$(CONFIG_SMP)
+=
smp.o
Reference in New Issue
Copy Permalink