/proc/interrupts
RTC 값을 인쇄할 rtc0
때마다 IRQ8
CPU0에는 1개의 인터럽트만 표시됩니다. 시작 시 xtime 변수의 값이 실시간 시계에서 저장된다는 내용을 읽었습니다. 따라서 인터럽트는 1입니까?
xtime 변수의 값은 무엇입니까? 에포크 이후 경과된 초 수입니까?
답변1
아래의 휴식 시간을 보면 /proc/irq/8
귀하가 말하는 내용 중 일부를 확인하는 것 같습니다.
$ ls /proc/irq/8/
affinity_hint node rtc0/ smp_affinity spurious
이 파일의 내용은 다음과 같습니다.
/proc/irq/8/affinity_hint:
0
/proc/irq/8/node:
0
/proc/irq/8/smp_affinity:
f
/proc/irq/8/spurious:
count 1
unhandled 0
last_unhandled 0 ms