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
nexedi
linux
Commits
791386cb
Commit
791386cb
authored
Jun 07, 2002
by
Bjorn Helgaas
Committed by
David Mosberger
Jun 07, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] ia64: GENERIC build fixes.
parent
2f72a8b6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
arch/ia64/hp/zx1/hpzx1_machvec.c
arch/ia64/hp/zx1/hpzx1_machvec.c
+0
-2
arch/ia64/lib/io.c
arch/ia64/lib/io.c
+9
-0
include/asm-ia64/machvec.h
include/asm-ia64/machvec.h
+1
-0
include/asm-ia64/machvec_init.h
include/asm-ia64/machvec_init.h
+1
-0
No files found.
arch/ia64/hp/zx1/hpzx1_machvec.c
View file @
791386cb
#define MACHVEC_PLATFORM_NAME hpzx1
#include <asm/machvec_init.h>
#define MACHVEC_PLATFORM_NAME hpzx1
#include <asm/machvec_init.h>
arch/ia64/lib/io.c
View file @
791386cb
...
...
@@ -87,6 +87,12 @@ ia64_outl (unsigned int val, unsigned long port)
__ia64_outl
(
val
,
port
);
}
void
ia64_mmiob
(
void
)
{
__ia64_mmiob
();
}
/* define aliases: */
asm
(
".global __ia64_inb, __ia64_inw, __ia64_inl"
);
...
...
@@ -99,4 +105,7 @@ asm ("__ia64_outb = ia64_outb");
asm
(
"__ia64_outw = ia64_outw"
);
asm
(
"__ia64_outl = ia64_outl"
);
asm
(
".global __ia64_mmiob"
);
asm
(
"__ia64_mmiob = ia64_mmiob"
);
#endif
/* CONFIG_IA64_GENERIC */
include/asm-ia64/machvec.h
View file @
791386cb
...
...
@@ -210,6 +210,7 @@ extern ia64_mv_pci_unmap_sg swiotlb_unmap_sg;
extern
ia64_mv_pci_dma_sync_single
swiotlb_sync_single
;
extern
ia64_mv_pci_dma_sync_sg
swiotlb_sync_sg
;
extern
ia64_mv_pci_dma_address
swiotlb_dma_address
;
extern
ia64_mv_pci_dma_supported
swiotlb_pci_dma_supported
;
/*
* Define default versions so we can extend machvec for new platforms without having
...
...
include/asm-ia64/machvec_init.h
View file @
791386cb
...
...
@@ -16,6 +16,7 @@ extern ia64_mv_inl_t __ia64_inl;
extern
ia64_mv_outb_t
__ia64_outb
;
extern
ia64_mv_outw_t
__ia64_outw
;
extern
ia64_mv_outl_t
__ia64_outl
;
extern
ia64_mv_mmiob_t
__ia64_mmiob
;
#define MACHVEC_HELPER(name) \
struct ia64_machine_vector machvec_##name __attribute__ ((unused, __section__ (".machvec"))) \
...
...
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