registration until we have a handler
registered for all the critical types.
3 - Buffering messages, if we receive a message and do not yet
have a handler for that type, store the message and replay when
a handler for that type is registered.
Signed-off-by: Deb McLemore
---
arch/powerpc/platforms
registration until we have a handler
registered for all the critical types.
3 - Buffering messages, if we receive a message and do not yet
have a handler for that type, store the message and replay when
a handler for that type is registered.
Signed-off-by: Deb McLemore
---
arch/powerpc/platforms
gt; Thanks for the patch.
>
> Some comments below ...
>
> Deb McLemore writes:
>> Add a check for do_notify to confirm that a message handler
>> has been registered before an attempt is made to call notifier
>> call chain.
>>
>> If the message handler has not been
Add a check for do_notify to confirm that a message handler
has been registered before an attempt is made to call notifier
call chain.
If the message handler has not been registered queue up the message
to be replayed when the proper registration is called.
Signed-off-by: Deb McLemore
---
arch