Beispiel #1
0
static void gef_pic_mask_ack(unsigned int virq)
{
    /* Don't think we actually have to do anything to ack an interrupt,
     * we just need to clear down the devices interrupt and it will go away
     */
    gef_pic_mask(virq);
}
static void gef_pic_mask_ack(struct irq_data *d)
{
	/*                                                                 
                                                                        
  */
	gef_pic_mask(d);
}
Beispiel #3
0
static void gef_pic_mask_ack(struct irq_data *d)
{
	/* Don't think we actually have to do anything to ack an interrupt,
	 * we just need to clear down the devices interrupt and it will go away
	 */
	gef_pic_mask(d);
}