The patch titled statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution ia64 fix has been removed from the -mm tree. Its filename was statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution-ia64-fix.patch This patch was dropped because it was folded into statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution.patch ------------------------------------------------------ Subject: statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution ia64 fix From: Jiri Kosina <jikos@xxxxxxxx> Rename forgotten occurence of ia64_printk_clock to ia64_timestamp_clock Signed-off-by: Jiri Kosina <jikos@xxxxxxxx> Cc: Martin Peschke <mp3@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/ia64/sn/kernel/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/ia64/sn/kernel/setup.c~statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution-ia64-fix arch/ia64/sn/kernel/setup.c --- a/arch/ia64/sn/kernel/setup.c~statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution-ia64-fix +++ a/arch/ia64/sn/kernel/setup.c @@ -67,7 +67,7 @@ extern void bte_init_node(nodepda_t *, c extern void sn_timer_init(void); extern unsigned long last_time_offset; extern int snidle(struct notifier_block *nb, unsigned long state, void *data); -extern unsigned long long (*ia64_printk_clock)(void); +extern unsigned long long (*ia64_timestamp_clock)(void); unsigned long sn_rtc_cycles_per_second; EXPORT_SYMBOL(sn_rtc_cycles_per_second); _ Patches currently in -mm which might be from jikos@xxxxxxxx are bluetooth-hid-quirks-mightymouse-quirk.patch statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution.patch statistics-infrastructure-make-printk_clock-a-generic-kernel-wide-nsec-resolution-ia64-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html