forked from mirrors/linux
		
	irq_work, ppc: Fix up arch hooks
Commit e360adbe29 ("irq_work: Add generic hardirq context
callbacks") fouled up the ppc bit, not properly naming the
arch specific function that raises the 'self-IPI'.
Cc: Huang Ying <ying.huang@intel.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Anton Blanchard <anton@samba.org>
Cc: Eric B Munson <emunson@mgebm.net>
Cc: stable@kernel.org # 37+
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/n/tip-eg0aqien8p1aqvzu9dft6dtv@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@elte.hu>
			
			
This commit is contained in:
		
							parent
							
								
									10e6962765
								
							
						
					
					
						commit
						4f8b50bbbe
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -544,7 +544,7 @@ DEFINE_PER_CPU(u8, irq_work_pending);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif /* 32 vs 64 bit */
 | 
					#endif /* 32 vs 64 bit */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void set_irq_work_pending(void)
 | 
					void arch_irq_work_raise(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	preempt_disable();
 | 
						preempt_disable();
 | 
				
			||||||
	set_irq_work_pending_flag();
 | 
						set_irq_work_pending_flag();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue