Whitespace: reduce diffs with amd64.
This commit is contained in:
parent
333b8de537
commit
47d65ba4d0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153242
@ -545,8 +545,7 @@ atpic_handle_intr(u_int vector, struct trapframe frame)
|
||||
{
|
||||
struct intsrc *isrc;
|
||||
|
||||
KASSERT(vector < NUM_ISA_IRQS,
|
||||
("unknown int %u\n", vector));
|
||||
KASSERT(vector < NUM_ISA_IRQS, ("unknown int %u\n", vector));
|
||||
isrc = &atintrs[vector].at_intsrc;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user