mirror of https://github.com/m-labs/artiq.git
runtime: remove irq again
This commit is contained in:
parent
942bd1a95d
commit
1ba8c8dfee
|
@ -89,8 +89,6 @@ fn setup_log_levels() {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn startup() {
|
fn startup() {
|
||||||
irq::set_mask(0);
|
|
||||||
irq::set_ie(true);
|
|
||||||
clock::init();
|
clock::init();
|
||||||
info!("ARTIQ runtime starting...");
|
info!("ARTIQ runtime starting...");
|
||||||
info!("software ident {}", csr::CONFIG_IDENTIFIER_STR);
|
info!("software ident {}", csr::CONFIG_IDENTIFIER_STR);
|
||||||
|
|
Loading…
Reference in New Issue