Remove the deprecated bootstrap_entry field from KernelArgs
This commit is contained in:
@@ -48,8 +48,6 @@ pub struct KernelArgs {
|
||||
bootstrap_base: usize,
|
||||
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
|
||||
bootstrap_size: usize,
|
||||
/// Entry point the kernel will jump to. (deprecated)
|
||||
_bootstrap_entry: usize,
|
||||
}
|
||||
|
||||
/// The entry to Rust, all things must be initialized
|
||||
|
||||
@@ -60,8 +60,6 @@ pub struct KernelArgs {
|
||||
bootstrap_base: u64,
|
||||
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
|
||||
bootstrap_size: u64,
|
||||
/// Entry point the kernel will jump to. (deprecated)
|
||||
_bootstrap_entry: u64,
|
||||
}
|
||||
|
||||
/// The entry to Rust, all things must be initialized
|
||||
|
||||
@@ -60,8 +60,6 @@ pub struct KernelArgs {
|
||||
bootstrap_base: u64,
|
||||
/// Size of contiguous bootstrap/initfs physical region, not necessarily page aligned.
|
||||
bootstrap_size: u64,
|
||||
/// Entry point the kernel will jump to. (deprecated)
|
||||
_bootstrap_entry: u64,
|
||||
}
|
||||
|
||||
/// The entry to Rust, all things must be initialized
|
||||
|
||||
Reference in New Issue
Block a user