mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ANDROID: printk: Export symbol for scheduler vendor hook
Allow modules to call _printk_deferred(). This is for scheduler vendor hooks for vendor-specific modules. Calling printk() from an atomic context is not advised and hence printk_deferred() is used. Bug: 203530090 Signed-off-by: Sai Harshini Nimmala <snimmala@codeaurora.org> Change-Id: I0e329dc8fa67a0c8a1e3ca359941256b3bfc4c6c
This commit is contained in:
committed by
Todd Kjos
parent
6a878921fc
commit
839c8821c7
@@ -3281,6 +3281,7 @@ int _printk_deferred(const char *fmt, ...)
|
||||
|
||||
return r;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(_printk_deferred);
|
||||
|
||||
/*
|
||||
* printk rate limiting, lifted from the networking subsystem.
|
||||
|
||||
Reference in New Issue
Block a user