Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
45a25bfd
Commit
45a25bfd
authored
17 years ago
by
TsiChung Liew
Committed by
John Rigby
17 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update header file and clean up
Include immap.h Signed-off-by:
TsiChungLiew
<
Tsi-Chung.Liew@freescale.com
>
parent
0cee9c66
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib_m68k/interrupts.c
+2
-3
2 additions, 3 deletions
lib_m68k/interrupts.c
with
2 additions
and
3 deletions
lib_m68k/interrupts.c
+
2
−
3
View file @
45a25bfd
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* (C) Copyright 2000-2004
* (C) Copyright 2000-2004
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
*
* (C) Copyright 2007
* (C) Copyright 2007
Freescale Semiconductor Inc
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
*
* See file CREDITS for list of people who contributed to this
* See file CREDITS for list of people who contributed to this
...
@@ -27,8 +27,8 @@
...
@@ -27,8 +27,8 @@
#include
<common.h>
#include
<common.h>
#include
<watchdog.h>
#include
<watchdog.h>
#include
<asm/processor.h>
#include
<asm/processor.h>
#include
<asm/immap.h>
#ifdef CONFIG_MCFINTC
#define NR_IRQS (CFG_NUM_IRQS)
#define NR_IRQS (CFG_NUM_IRQS)
/*
/*
...
@@ -115,4 +115,3 @@ void int_handler (struct pt_regs *fp)
...
@@ -115,4 +115,3 @@ void int_handler (struct pt_regs *fp)
printf
(
"
\n
Bogus External Interrupt Vector %d
\n
"
,
vec
);
printf
(
"
\n
Bogus External Interrupt Vector %d
\n
"
,
vec
);
}
}
}
}
#endif
/* CONFIG_MCFINTC */
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment