~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal-proposed

« back to all changes in this revision

Viewing changes to arch/powerpc/sysdev/msi_bitmap.c

  • Committer: Package Import Robot
  • Author(s): Andy Whitcroft, Andy Whitcroft
  • Date: 2012-06-21 09:16:38 UTC
  • Revision ID: package-import@ubuntu.com-20120621091638-gubhv4nox8xez1ct
Tags: 3.5.0-1.1
[ Andy Whitcroft]

* Rebuild lowlatency against Ubuntu-3.5.0-1.1
* All new configuration system to allow configuration deltas to be
  exposed via debian.lowlatency/config-delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#include <linux/kernel.h>
13
13
#include <linux/bitmap.h>
14
14
#include <asm/msi_bitmap.h>
 
15
#include <asm/setup.h>
15
16
 
16
17
int msi_bitmap_alloc_hwirqs(struct msi_bitmap *bmp, int num)
17
18
{