~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to arch/mips/vr41xx/common/irq.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-08-05 23:00:52 UTC
  • Revision ID: james.westby@ubuntu.com-20090805230052-7xedvqcyk9dnnxb2
Tags: 2.6.31-1.1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 *  Interrupt handing routines for NEC VR4100 series.
3
3
 *
4
 
 *  Copyright (C) 2005-2007  Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
 
4
 *  Copyright (C) 2005-2007  Yoichi Yuasa <yuasa@linux-mips.org>
5
5
 *
6
6
 *  This program is free software; you can redistribute it and/or modify
7
7
 *  it under the terms of the GNU General Public License as published by
32
32
 
33
33
static struct irqaction cascade_irqaction = {
34
34
        .handler        = no_action,
35
 
        .mask           = CPU_MASK_NONE,
36
35
        .name           = "cascade",
37
36
};
38
37