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
7e3c70c0
Commit
7e3c70c0
authored
Aug 04, 2003
by
David Mosberger
Committed by
David Mosberger
Aug 04, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xtalk.h, sn_ksyms.c, sn2_smp.c, cache.c, shuberror.c, shub.c, iomv.c, hcl.c:
ia64: sn2 module (& other misc.) fixes
parent
d3b41f55
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
33 deletions
+13
-33
arch/ia64/sn/io/hwgfs/hcl.c
arch/ia64/sn/io/hwgfs/hcl.c
+0
-1
arch/ia64/sn/io/machvec/iomv.c
arch/ia64/sn/io/machvec/iomv.c
+1
-0
arch/ia64/sn/io/sn2/shub.c
arch/ia64/sn/io/sn2/shub.c
+1
-2
arch/ia64/sn/io/sn2/shuberror.c
arch/ia64/sn/io/sn2/shuberror.c
+0
-1
arch/ia64/sn/kernel/sn2/cache.c
arch/ia64/sn/kernel/sn2/cache.c
+4
-1
arch/ia64/sn/kernel/sn2/sn2_smp.c
arch/ia64/sn/kernel/sn2/sn2_smp.c
+2
-0
arch/ia64/sn/kernel/sn_ksyms.c
arch/ia64/sn/kernel/sn_ksyms.c
+4
-27
include/asm-ia64/sn/xtalk/xtalk.h
include/asm-ia64/sn/xtalk/xtalk.h
+1
-1
No files found.
arch/ia64/sn/io/hwgfs/hcl.c
View file @
7e3c70c0
...
...
@@ -898,6 +898,5 @@ EXPORT_SYMBOL(hwgraph_info_get_exported_LBL);
EXPORT_SYMBOL
(
hwgraph_info_get_next_LBL
);
EXPORT_SYMBOL
(
hwgraph_info_export_LBL
);
EXPORT_SYMBOL
(
hwgraph_info_unexport_LBL
);
EXPORT_SYMBOL
(
hwgraph_path_lookup
);
EXPORT_SYMBOL
(
hwgraph_traverse
);
EXPORT_SYMBOL
(
hwgraph_vertex_name_get
);
arch/ia64/sn/io/machvec/iomv.c
View file @
7e3c70c0
...
...
@@ -73,3 +73,4 @@ sn_mmiob (void)
SH_PIO_WRITE_STATUS_0_PENDING_WRITE_COUNT_MASK
)
udelay
(
1
);
}
EXPORT_SYMBOL
(
sn_mmiob
);
arch/ia64/sn/io/sn2/shub.c
View file @
7e3c70c0
...
...
@@ -199,10 +199,9 @@ shubstats_ioctl(struct inode *inode, struct file *file,
{
cnodeid_t
cnode
;
uint64_t
longarg
;
vertex_hdl_t
d
;
int
nasid
;
cnode
=
(
cnodeid_t
)
hwgraph_fastinfo_get
(
d
)
;
cnode
=
(
cnodeid_t
)
file
->
f_dentry
->
d_fsdata
;
switch
(
cmd
)
{
case
SNDRV_SHUB_CONFIGURE
:
...
...
arch/ia64/sn/io/sn2/shuberror.c
View file @
7e3c70c0
...
...
@@ -52,7 +52,6 @@ void
hub_error_clear
(
nasid_t
nasid
)
{
int
i
;
hubreg_t
idsr
;
/*
* Make sure spurious write response errors are cleared
...
...
arch/ia64/sn/kernel/sn2/cache.c
View file @
7e3c70c0
...
...
@@ -8,7 +8,9 @@
*
*/
#include <asm/pgalloc.h>
#include <linux/module.h>
#include <asm/cacheflush.h>
#include <asm/system.h>
/**
* sn_flush_all_caches - flush a range of address from all caches (incl. L4)
...
...
@@ -26,3 +28,4 @@ sn_flush_all_caches(long flush_addr, long bytes)
flush_icache_range
(
flush_addr
,
flush_addr
+
bytes
);
mb
();
}
EXPORT_SYMBOL
(
sn_flush_all_caches
);
arch/ia64/sn/kernel/sn2/sn2_smp.c
View file @
7e3c70c0
...
...
@@ -41,6 +41,7 @@
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <linux/mmzone.h>
#include <linux/module.h>
#include <asm/processor.h>
#include <asm/irq.h>
...
...
@@ -214,6 +215,7 @@ sn_send_IPI_phys(long physid, int vector, int delivery_mode)
}
}
EXPORT_SYMBOL
(
sn_send_IPI_phys
);
/**
* sn2_send_IPI - send an IPI to a processor
...
...
arch/ia64/sn/kernel/sn_ksyms.c
View file @
7e3c70c0
...
...
@@ -13,48 +13,25 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/mm.h>
#include <asm/machvec.h>
#include <asm/sn/intr.h>
#include <linux/mm.h>
#include <asm/sn/sgi.h>
extern
vertex_hdl_t
base_io_scsi_ctlr_vhdl
[];
#include <asm/sn/types.h>
extern
cnodeid_t
master_node_get
(
devfs_handle_t
vhdl
);
#include <asm/sn/arch.h>
EXPORT_SYMBOL
(
base_io_scsi_ctlr_vhdl
);
EXPORT_SYMBOL
(
master_node_get
);
#include <asm/sn/bte.h>
#include <asm/sal.h>
#include <asm/sn/sn_sal.h>
#ifdef CONFIG_IA64_SGI_SN_DEBUG
EXPORT_SYMBOL
(
__pa_debug
);
EXPORT_SYMBOL
(
__va_debug
);
#endif
/* Support IPIs for loaded modules. */
EXPORT_SYMBOL
(
sn_send_IPI_phys
);
/* symbols referenced by partitioning modules */
#include <asm/sn/bte.h>
EXPORT_SYMBOL
(
bte_copy
);
EXPORT_SYMBOL
(
bte_unaligned_copy
);
#include <asm/sal.h>
EXPORT_SYMBOL
(
ia64_sal
);
EXPORT_SYMBOL
(
physical_node_map
);
#include <asm/sn/sn_sal.h>
EXPORT_SYMBOL
(
sal_lock
);
EXPORT_SYMBOL
(
sn_partid
);
EXPORT_SYMBOL
(
sn_local_partid
);
EXPORT_SYMBOL
(
sn_system_serial_number_string
);
EXPORT_SYMBOL
(
sn_partition_serial_number
);
EXPORT_SYMBOL
(
sn_mmiob
);
/* added by tduffy 04.08.01 to fix depmod issues */
#include <linux/mmzone.h>
extern
nasid_t
master_nasid
;
EXPORT_SYMBOL
(
master_nasid
);
EXPORT_SYMBOL
(
sn_flush_all_caches
);
include/asm-ia64/sn/xtalk/xtalk.h
View file @
7e3c70c0
...
...
@@ -19,7 +19,7 @@
/*
* User-level device driver visible types
*/
typedef
char
xwidgetnum_t
;
/* xtalk widget number (0..15) */
typedef
int
xwidgetnum_t
;
/* xtalk widget number (0..15) */
#define XWIDGET_NONE (-1)
...
...
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