Kernel FAQ
修改
- Linux 5.4
- linux/pci-aspm.h -> linux/pci.h
- Linux 5.1
- get_ds
get_ds()
-> KERNEL_DS
- get_ds
- Linux 5.0
SUBDIRS=$(PWD)
->M=$(shell pwd)
- do_gettimeofday
do_gettimeofday(&di->last_lost_tick.tv);
->di->last_lost_tick = ktime_get();
- 以前在
linux/timekeeping32.h
之后被删除 - xpp patch
struct timeval now
->const ktime_t now
;- touch_softlockup_watchdog
- 以前
linux/sched.h
现在在 linux/nmi.h
- 以前