Fwd: creating own syscall on 2.6.37.3 and getting error on compilaton...
Oct. 23, 2012
8:50 a.m.
On 22 October 2012 13:48, Tristan <rgonzale@darkterminal.net> wrote:
How can you tell that cpu_rq() is a private macro? Because there is no header for it? Be as specific as you can, I'd like to completely understand what the concept. I'll try the current macro. Thanks Filipe.
-Tristan
Hi Tristan, By private I mean it was declared inside sched.c so only code from sched.c can access it. Note also cpu_rq() uses "runqueues" which is also private (declared static) to sched.c. Cheers, -Filipe
5043
Age (days ago)
5043
Last active (days ago)
0 comments
1 participants
participants (1)
-
Filipe Rinaldi