summaryrefslogtreecommitdiffstats
path: root/dung-3.4.25-m2/arch_timer/proc-interrupts-lager.sh
blob: 23a0afb64ed77a5f4ffdb5e8c7cc96b19794d5a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e
#set -x

echo "arch_timer /proc/interrupts presence test"

IRQ=27
DIV_NAME="arch_timer"
if $(dirname $0)/../common/proc-interrupts.sh "$DIV_NAME" | grep "$IRQ"; then
	echo "Test passed"
else
	echo "Test has not passed"
fi