esa-tu-darmstadt / tapasco

The Task Parallel System Composer (TaPaSCo)
GNU Lesser General Public License v3.0
106 stars 25 forks source link

Remove intptr_t declaration #373

Closed tsmk94 closed 1 year ago

tsmk94 commented 1 year ago

Declaration is conflicting with declaration in linux kernel 6.5 and newer. Also it is misleading and only used once, so declare dev_addr_t directly as uintptr_t.