#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/delay.h>
#include <linux/device.h>
#include <linux/cpu.h>
#include <linux/module.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <asm/uv/uv_hub.h>
#include "../sgi-gru/gru.h"
#include "../sgi-gru/grukservices.h"
#include "xpc.h"
Go to the source code of this file.
#define XPC_ACTIVATE_IRQ_NAME "xpc_activate" |
#define XPC_ACTIVATE_MQ_SIZE_UV |
Value:
XPC_ACTIVATE_MSG_SIZE_UV)
Definition at line 55 of file xpc_uv.c.
#define XPC_NOTIFY_IRQ_NAME "xpc_notify" |
#define XPC_NOTIFY_MQ_SIZE_UV |
module_param |
( |
xpc_mq_node |
, |
|
|
int |
, |
|
|
0 |
|
|
) |
| |
MODULE_PARM_DESC |
( |
xpc_mq_node |
, |
|
|
"Node number on which to allocate message queues." |
|
|
) |
| |