Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295290
b: refs/heads/master
c: 7deacad
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Tony Luck committed Feb 24, 2012
1 parent 8f8e6b1 commit 1e076aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82af3a4e9e37eee7680cd4c6fa5d31e6cbcbb05b
refs/heads/master: 7deacad8c3a687a5721b945e0d51b3da24a660ae
8 changes: 3 additions & 5 deletions trunk/arch/ia64/hp/sim/simserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@
#include <linux/sysrq.h>

#include <asm/irq.h>
#include <asm/hpsim.h>
#include <asm/hw_irq.h>
#include <asm/uaccess.h>

#include "hpsim_ssc.h"

#undef SIMSERIAL_DEBUG /* define this to get some debug information */

#define KEYBOARD_INTR 3 /* must match with simulator! */
Expand All @@ -45,11 +48,6 @@

#define IRQ_T(info) ((info->flags & ASYNC_SHARE_IRQ) ? IRQF_SHARED : IRQF_DISABLED)

#define SSC_GETCHAR 21

extern long ia64_ssc (long, long, long, long, int);
extern void ia64_ssc_connect_irq (long intr, long irq);

static char *serial_name = "SimSerial driver";
static char *serial_version = "0.6";

Expand Down

0 comments on commit 1e076aa

Please sign in to comment.