|
From: Jan-Benedict G. <jb...@us...> - 2004-10-04 06:48:45
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13593 Modified Files: cpu_ka49.c Log Message: - PR_NICR needs to be set on KA49 to get useful interrupts. Index: cpu_ka49.c =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/kernel/cpu_ka49.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- cpu_ka49.c 2 Oct 2004 11:42:46 -0000 1.2 +++ cpu_ka49.c 4 Oct 2004 06:48:31 -0000 1.3 @@ -137,6 +137,7 @@ .init_devices = ka49_init_devices, .cpu_type_str = ka49_cpu_type_str, .clock_init = ka4x_clock_init, + .nicr_required = 1; }; static struct cpu_match __CPU_MATCH cpumatch_ka49 = { |