Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: 1680aada793d78b512f98cc1fa8fc2ee837919e5 https://github.com/OpenAMP/open-amp/commit/1680aada793d78b512f98cc1fa8fc2ee8... Author: Andrew Davis afd@ti.com Date: 2024-04-09 (Tue, 09 Apr 2024)
Changed paths: M lib/include/openamp/remoteproc.h M lib/remoteproc/remoteproc.c
Log Message: ----------- remoteproc: Un-inline remoteproc_init_mem() and remoteproc_add_mem()
Having these functions as inline header functions forces the contents of struct remoteproc_mem to remain externally exposed. It also does not save space in most cases as every call-site gets the full contents of the function instead of just a call instruction. Make these normal functions like all others in remoteproc.h.
Signed-off-by: Andrew Davis afd@ti.com
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org