﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
766	Non-debug build fails	Jiri Svoboda	Jakub Jermář	"As of revision [https://github.com/HelenOS/helenos/commit/aaa3c4571e7747f21c303ea4c746fe2ef17a5ae8 aaa3c4571e7747f21c303ea4c746fe2ef17a5ae8], non-debug build of the OS fails with:

{{{
generic/include/synch/spinlock.h:101:32: error: implicit declaration of function 'atomic_lock_arch'; did you mean 'atomic_is_lock_free'? [-Werror=implicit-function-declaration]
 #define spinlock_lock(lock)    atomic_lock_arch(&(lock)->val)
                                ^~~~~~~~~~~~~~~~
genarch/src/fb/fb.c:414:2: note: in expansion of macro 'spinlock_lock'
  spinlock_lock(&instance->lock);
  ^~~~~~~~~~~~~
...
}"	defect	closed	major	0.8.0	helenos/kernel/generic	mainline	fixed					
