mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 17:06:48 +07:00
4e0748f5be
The following instructions have been removed from MIPS R6 ulw, ulh, swl, lwr, lwl, swr. However, all of them are used in the MIPS specific checksum implementation. As a result of which, we will use the generic checksum on MIPS R6 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
22 lines
518 B
Makefile
22 lines
518 B
Makefile
# MIPS headers
|
|
generic-(CONFIG_GENERIC_CSUM) += checksum.h
|
|
generic-y += cputime.h
|
|
generic-y += current.h
|
|
generic-y += dma-contiguous.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += irq_work.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mutex.h
|
|
generic-y += parport.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += segment.h
|
|
generic-y += serial.h
|
|
generic-y += trace_clock.h
|
|
generic-y += ucontext.h
|
|
generic-y += user.h
|
|
generic-y += xor.h
|