Fixed a mistake in 11d3892, changed a parameter type to addr_t that shouldn't have been changed.

This commit is contained in:
Alex Smith 2012-06-15 22:31:24 +01:00
parent 8c0e3c951a
commit 146f966921
1 changed files with 1 additions and 1 deletions

View File

@ -861,7 +861,7 @@ smp_intercpu_int_handler(int32 cpu)
void
smp_send_ici(int32 targetCPU, int32 message, addr_t data, addr_t data2,
addr_t data3, void* dataPointer, addr_t flags)
addr_t data3, void* dataPointer, uint32 flags)
{
struct smp_msg *msg;