Commit 948a7a8a authored by David Mosberger's avatar David Mosberger

ia64: Bring export of spin-lock contention-routines in sync with

	this change:  Jim Wilson says that gcc v3.3 also supports
	marking ar.pfs as clobbered, so use ia64_spinlock_contention()
	for any GCC with v3.3 or newer.
parent 066a6b20
...@@ -189,7 +189,7 @@ EXPORT_SYMBOL(unw_access_ar); ...@@ -189,7 +189,7 @@ EXPORT_SYMBOL(unw_access_ar);
EXPORT_SYMBOL(unw_access_pr); EXPORT_SYMBOL(unw_access_pr);
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
# if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 4) # if __GNUC__ < 3 || (__GNUC__ == 3 && __GNUC_MINOR__ < 3)
/* /*
* This is not a normal routine and we don't want a function descriptor for it, so we use * This is not a normal routine and we don't want a function descriptor for it, so we use
* a fake declaration here. * a fake declaration here.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment