[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:
Mike Frysinger 2008-05-07 11:41:26 +08:00 committed by Bryan Wu
parent b9c9e78894
commit 60c05953c1
1 changed files with 1 additions and 1 deletions

View File

@ -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