Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350201
b: refs/heads/master
c: a1bb20c
h: refs/heads/master
i:
  350199: 4bafed5
v: v3
  • Loading branch information
Joerg Roedel committed Jan 28, 2013
1 parent cfa0f4c commit 524b3fc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 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: da165322dfb6cbc50042b1051f07b837a26f3bb8
refs/heads/master: a1bb20c232d066de0762f8e7cf332e5ce8385210
10 changes: 0 additions & 10 deletions trunk/arch/x86/include/asm/irq_remapping.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ extern bool setup_remapped_irq(int irq,
struct irq_cfg *cfg,
struct irq_chip *chip);

static inline bool irq_remapped(struct irq_cfg *cfg)
{
return (cfg->remapped == 1);
}

void irq_remap_modify_chip_defaults(struct irq_chip *chip);

#else /* CONFIG_IRQ_REMAP */
Expand Down Expand Up @@ -87,11 +82,6 @@ static inline void panic_if_irq_remap(const char *msg)
{
}

static inline bool irq_remapped(struct irq_cfg *cfg)
{
return false;
}

static inline void irq_remap_modify_chip_defaults(struct irq_chip *chip)
{
}
Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/iommu/irq_remapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ static int set_remapped_irq_affinity(struct irq_data *data,
const struct cpumask *mask,
bool force);

static bool irq_remapped(struct irq_cfg *cfg)
{
return (cfg->remapped == 1);
}

static void irq_remapping_disable_io_apic(void)
{
/*
Expand Down

0 comments on commit 524b3fc

Please sign in to comment.