Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
125298d2
Commit
125298d2
authored
Nov 13, 2011
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k/atari: Move declaration of atari_SCC_reset_done to header file
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
1d9532b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
arch/m68k/atari/ataints.c
arch/m68k/atari/ataints.c
+0
-2
arch/m68k/atari/debug.c
arch/m68k/atari/debug.c
+0
-1
arch/m68k/include/asm/atarihw.h
arch/m68k/include/asm/atarihw.h
+2
-0
No files found.
arch/m68k/atari/ataints.c
View file @
125298d2
...
...
@@ -82,8 +82,6 @@ __ALIGN_STR "\n\t"
extern
void
atari_microwire_cmd
(
int
cmd
);
extern
int
atari_SCC_reset_done
;
static
unsigned
int
atari_irq_startup
(
struct
irq_data
*
data
)
{
unsigned
int
irq
=
data
->
irq
;
...
...
arch/m68k/atari/debug.c
View file @
125298d2
...
...
@@ -202,7 +202,6 @@ static void __init atari_init_mfp_port(int cflag)
static
void
__init
atari_init_scc_port
(
int
cflag
)
{
extern
int
atari_SCC_reset_done
;
static
int
clksrc_table
[
9
]
=
/* reg 11: 0x50 = BRG, 0x00 = RTxC, 0x28 = TRxC */
{
0x50
,
0x50
,
0x50
,
0x50
,
0x50
,
0x50
,
0x50
,
0x00
,
0x00
};
...
...
arch/m68k/include/asm/atarihw.h
View file @
125298d2
...
...
@@ -30,6 +30,8 @@ extern u_long atari_switches;
extern
int
atari_rtc_year_offset
;
extern
int
atari_dont_touch_floppy_select
;
extern
int
atari_SCC_reset_done
;
/* convenience macros for testing machine type */
#define MACH_IS_ST ((atari_mch_cookie >> 16) == ATARI_MCH_ST)
#define MACH_IS_STE ((atari_mch_cookie >> 16) == ATARI_MCH_STE && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment