[Blackfin] arch: fix wrong header name in comment
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
b9c9e78894
commit
60c05953c1
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* This file contains sequences of code that will be copied to a
|
* This file contains sequences of code that will be copied to a
|
||||||
* fixed location, defined in <asm/atomic_seq.h>. The interrupt
|
* fixed location, defined in <asm/fixed_code.h>. The interrupt
|
||||||
* handlers ensure that these sequences appear to be atomic when
|
* handlers ensure that these sequences appear to be atomic when
|
||||||
* executed from userspace.
|
* executed from userspace.
|
||||||
* These are aligned to 16 bytes, so that we have some space to replace
|
* These are aligned to 16 bytes, so that we have some space to replace
|
||||||
|
|
Loading…
Reference in New Issue