runtime: remove irq again

pull/1745/head
occheung 2021-08-20 15:59:57 +08:00
parent 942bd1a95d
commit 1ba8c8dfee
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ fn setup_log_levels() {
}
fn startup() {
irq::set_mask(0);
irq::set_ie(true);
clock::init();
info!("ARTIQ runtime starting...");
info!("software ident {}", csr::CONFIG_IDENTIFIER_STR);