kernel: remove deprecate wording on arch_kernel_init()
The wording on deprecating arch_kernel_init() in favor of prep_c() has never been materialized. Various architectures are using it to perform initialization. So remove the wording. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
edfbc2d7dc
commit
2c2d53c7e5
1 changed files with 0 additions and 3 deletions
|
|
@ -562,9 +562,6 @@ int arch_printk_char_out(int c);
|
|||
*
|
||||
* This function is invoked near the top of _Cstart, for additional
|
||||
* architecture-specific setup before the rest of the kernel is brought up.
|
||||
*
|
||||
* TODO: Deprecate, most arches are using a prep_c() function to do the same
|
||||
* thing in a simpler way
|
||||
*/
|
||||
static inline void arch_kernel_init(void);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue